feat: add PowerInput component
This commit is contained in:

committed by
Ömer Faruk Aydın

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