feat: add PowerInput component
This commit is contained in:

committed by
Ömer Faruk Aydın

parent
c864a1062d
commit
d06f21c927
@@ -19,10 +19,7 @@ const updateFlowResolver = async (
|
||||
})
|
||||
.throwIfNotFound();
|
||||
|
||||
flow = await flow.$query().patchAndFetch({
|
||||
...flow,
|
||||
...params,
|
||||
});
|
||||
flow = await flow.$query().patchAndFetch(params);
|
||||
|
||||
return flow;
|
||||
};
|
||||
|
Reference in New Issue
Block a user