MCPcopy Create free account
hub / github.com/gotify/server / submitAndClose

Function submitAndClose

ui/src/client/UpdateClientDialog.tsx:21–24  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

19
20 const submitEnabled = name.length !== 0;
21 const submitAndClose = async () => {
22 await fOnSubmit(name);
23 fClose();
24 };
25
26 return (
27 <Dialog open={true} onClose={fClose} aria-labelledby="form-dialog-title" id="client-dialog">

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…