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

Function openDeleteDialog

frontend/src/pages/SecretsManager.tsx:287–292  ·  view source on GitHub ↗
(secret: SecretSummary)

Source from the content-addressed store, hash-verified

285 };
286
287 const openDeleteDialog = (secret: SecretSummary) => {
288 setListSuccess(null);
289 setDeleteTarget(secret);
290 setDeleteError(null);
291 setIsDeleteDialogOpen(true);
292 };
293
294 const handleDeleteDialogChange = (open: boolean) => {
295 setIsDeleteDialogOpen(open);

Callers 1

SecretsManagerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected