MCPcopy 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

handleSingleSubmitFunction · 0.70
handleRecurringSubmitFunction · 0.70

Calls 1

resetFormsFunction · 0.85

Tested by

no test coverage detected