Remove filters following deleted trigger/steps (#13697)

https://github.com/user-attachments/assets/e6ec591a-2064-4dfe-9048-2f234bef5c79
This commit is contained in:
Thomas Trompette
2025-08-07 09:40:26 +02:00
committed by GitHub
parent fecf8ca913
commit 8c41c956d5
14 changed files with 248 additions and 118 deletions
@@ -5,7 +5,7 @@ export const DELETE_WORKFLOW_VERSION_STEP = gql`
deleteWorkflowVersionStep(input: $input) {
triggerNextStepIds
stepsNextStepIds
deletedStepId
deletedStepIds
}
}
`;