Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
handleDelete
Function · 0.70
handleCreateDataScope
Function · 0.70
handleDeleteDataScope
Function · 0.70
handleAssociateScopeConfig
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected