MCPcopy
hub / github.com/buildship-ai/rowy / onClose

Function onClose

src/components/TableModals/TableModals.tsx:30–30  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

28 if (!tableModal) return null;
29
30 const onClose = () => setTableModal(RESET);
31
32 if (tableModal === "cloudLogs") return <CloudLogsModal onClose={onClose} />;
33 if (tableModal === "extensions") return <ExtensionsModal onClose={onClose} />;

Callers 15

handleBackFunction · 0.70
handleCloseFunction · 0.50
toggleOpenFunction · 0.50
closeTooltipFunction · 0.50
clearValueFunction · 0.50
MenuContentsFunction · 0.50
handleFilterByFunction · 0.50
handleCloseFunction · 0.50
handleSaveFunction · 0.50
handleCloseFunction · 0.50
handleSaveFunction · 0.50
handleFinishFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected