MCPcopy
hub / github.com/dataelement/Clawith / openTenantModal

Function openTenantModal

frontend/src/pages/Layout.tsx:532–535  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

530
531 // Open the tenant switcher modal — also fetch self-create config
532 const openTenantModal = () => {
533 setShowTenantMenu(true);
534 setTenantSearch('');
535 };
536
537 const openTenantSetupModal = () => {
538 setShowTenantMenu(false);

Callers 1

LayoutFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected