Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/sqlchat/sqlchat
/ Props
Interface
Props
src/components/ClearDataConfirmModal.tsx:5–7 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3
import Modal from
"./kit/Modal"
;
4
5
interface Props {
6
close: () => void;
7
}
8
9
const ClearDataConfirmModal = (props: Props) => {
10
const { close } = props;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected