MCPcopy Create free account
hub / github.com/MaterializeInc/materialize / handleClose

Function handleClose

console/src/platform/roles/DropRoleModal.tsx:182–185  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

180 };
181
182 const handleClose = () => {
183 reset();
184 onClose();
185 };
186
187 // Check if error is a dependency error using the proper PostgreSQL error code
188 const isDependencyError =

Callers

nothing calls this directly

Calls 2

resetFunction · 0.85
onCloseFunction · 0.50

Tested by

no test coverage detected