MCPcopy Create free account
hub / github.com/sqlchat/sqlchat / State

Interface State

src/components/Sidebar/ConnectionList.tsx:11–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9import CreateConnectionModal from "../CreateConnectionModal";
10
11interface State {
12 showCreateConnectionModal: boolean;
13 showUpdateConversationModal: boolean;
14}
15
16const ConnectionList = () => {
17 const { t } = useTranslation();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected