Remove filters following deleted trigger/steps (#13697)
https://github.com/user-attachments/assets/e6ec591a-2064-4dfe-9048-2f234bef5c79
This commit is contained in:
+2
-2
@@ -15,6 +15,6 @@ export class WorkflowVersionStepChangesDTO {
|
||||
@Field(() => WorkflowActionDTO, { nullable: true })
|
||||
createdStep?: WorkflowActionDTO;
|
||||
|
||||
@Field(() => String, { nullable: true })
|
||||
deletedStepId?: string;
|
||||
@Field(() => [String], { nullable: true })
|
||||
deletedStepIds?: string[];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user