feat: Adjust positions and return all steps after deletion of the step
This commit is contained in:
@@ -17,6 +17,7 @@ class Step extends Base {
|
||||
position: number;
|
||||
parameters: string;
|
||||
connection?: Connection;
|
||||
flow?: Flow;
|
||||
|
||||
static tableName = 'steps';
|
||||
|
||||
|
Reference in New Issue
Block a user