feat: add PowerInput component
This commit is contained in:

committed by
Ömer Faruk Aydın

parent
c864a1062d
commit
d06f21c927
@@ -54,7 +54,6 @@ const createStepResolver = async (
|
||||
|
||||
const nextStepQueries = nextSteps.map(async (nextStep, index) => {
|
||||
await nextStep.$query().patchAndFetch({
|
||||
...nextStep,
|
||||
position: step.position + index + 1,
|
||||
});
|
||||
});
|
||||
|
Reference in New Issue
Block a user