MCPcopy Create free account
hub / github.com/pgadmin-org/pgadmin4 / onClose

Function onClose

web/pgadmin/static/js/UtilityView.jsx:35–35  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

33 const treeNodeInfo = pgAdmin.Browser.tree?.getTreeNodeHierarchy(item);
34 const panelId = _.uniqueId(BROWSER_PANELS.UTILITY_DIALOG);
35 const onClose = ()=>docker.current.close(panelId);
36 docker.current.openDialog({
37 id: panelId,
38 title: panelTitle,

Callers 2

UtilityViewFunction · 0.70
onSaveClickFunction · 0.70

Calls 1

closeMethod · 0.45

Tested by

no test coverage detected