MCPcopy Create free account
hub / github.com/Dispatcharr/Dispatcharr / resetForms

Function resetForms

frontend/src/components/forms/Recording.jsx:110–114  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

108 }, [allChannels]);
109
110 const resetForms = () => {
111 singleForm.reset();
112 recurringForm.reset();
113 setMode('single');
114 };
115
116 const handleClose = () => {
117 resetForms();

Callers 1

handleCloseFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected