MCPcopy Create free account
hub / github.com/ShipSecAI/studio / handleDeleteDialogChange

Function handleDeleteDialogChange

frontend/src/pages/WorkflowList.tsx:205–211  ·  view source on GitHub ↗
(open: boolean)

Source from the content-addressed store, hash-verified

203 };
204
205 const handleDeleteDialogChange = (open: boolean) => {
206 setIsDeleteDialogOpen(open);
207 if (!open) {
208 setWorkflowToDelete(null);
209 setDeleteError(null);
210 }
211 };
212
213 const handleConfirmDelete = async () => {
214 if (!workflowToDelete || !canManageWorkflows) return;

Callers 2

handleConfirmDeleteFunction · 0.70
WorkflowListFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected