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

Function submitAndClose

ui/src/message/PushMessageDialog.tsx:25–28  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

23
24 const submitEnabled = message.trim().length !== 0;
25 const submitAndClose = async () => {
26 await fOnSubmit(message, title, priority);
27 fClose();
28 };
29
30 return (
31 <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…