MCPcopy Create free account
hub / github.com/apache/devlake / handleHideDialog

Function handleHideDialog

config-ui/src/routes/connection/connection.tsx:106–108  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

104 );
105
106 const handleHideDialog = () => {
107 setType(undefined);
108 };
109
110 const handleShowDeleteDialog = () => {
111 setType('deleteConnection');

Callers 4

handleDeleteFunction · 0.70
handleCreateDataScopeFunction · 0.70
handleDeleteDataScopeFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected