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

Interface Props

src/components/UpdateConversationModal.tsx:12–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10import BetaBadge from "./BetaBadge";
11
12interface Props {
13 conversation: Conversation;
14 close: () => void;
15}
16
17const UpdateConversationModal = (props: Props) => {
18 const { close, conversation } = props;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected