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

Function submitAndClose

ui/src/application/AddApplicationDialog.tsx:23–26  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

21
22 const submitEnabled = name.length !== 0;
23 const submitAndClose = async () => {
24 await fOnSubmit(name, description, defaultPriority);
25 fClose();
26 };
27
28 return (
29 <Dialog open={true} onClose={fClose} aria-labelledby="form-dialog-title" id="app-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…