Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/AndrewWalsh/openapi-devtools
/ onCloseModal
Function
onCloseModal
src/ui/ControlConfigImportExport.tsx:26–29 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
24
const [value, setValue] = useState(
""
);
25
26
const onCloseModal = () => {
27
onClose();
28
setValue(
""
);
29
};
30
31
const initialRef = useRef(null);
32
const finalRef = useRef(null);
Callers
1
onImport
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected