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

Function handleEditDialogChange

frontend/src/pages/SecretsManager.tsx:219–227  ·  view source on GitHub ↗
(open: boolean)

Source from the content-addressed store, hash-verified

217 };
218
219 const handleEditDialogChange = (open: boolean) => {
220 setIsEditDialogOpen(open);
221 if (!open) {
222 setEditingSecret(null);
223 setEditFormState(INITIAL_EDIT_FORM);
224 setEditError(null);
225 setIsEditing(false);
226 }
227 };
228
229 const handleEditSubmit = async (event: React.FormEvent) => {
230 event.preventDefault();

Callers 2

handleEditSubmitFunction · 0.85
SecretsManagerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected