Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Dispatcharr/Dispatcharr
/ handleClose
Function
handleClose
frontend/src/components/forms/Recording.jsx:116–119 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
114
};
115
116
const handleClose = () => {
117
resetForms();
118
onClose?.();
119
};
120
121
const handleSingleSubmit = async (values) => {
122
try {
Callers
2
handleSingleSubmit
Function · 0.70
handleRecurringSubmit
Function · 0.70
Calls
1
resetForms
Function · 0.85
Tested by
no test coverage detected