Skip to content

Commit 045f078

Browse files
committed
chore: remove redundant onClose
1 parent 7669bff commit 045f078

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/frontend/src/components/FlowStepGroup/hooks/useDeleteConfirmation.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ const useDeleteConfirmation = (type: string, groupedSteps: IStep[][]) => {
3535
await deleteStep({
3636
variables: { input: { ids: idsToDelete } },
3737
})
38-
onClose()
3938
} else {
4039
// TODO: refactor branch deletion
4140
}

0 commit comments

Comments
 (0)