MCPcopy Index your code
hub / github.com/OpenSignLabs/OpenSign / showAlert

Function showAlert

apps/OpenSign/src/reports/document/DocumentsReport.jsx:170–173  ·  view source on GitHub ↗
(type, message, time = 1500)

Source from the content-addressed store, hash-verified

168 return pages;
169 };
170 const showAlert = (type, message, time = 1500) => {
171 setAlertMsg({ type: type, message: message });
172 setTimeout(() => setAlertMsg({ type: "", message: "" }), time);
173 };
174 const pageNumbers = getPaginationRange();
175 // below useEffect reset currenpage to 1 if user change route
176 useEffect(() => {

Callers 4

DocumentsReportFunction · 0.70
handleUseTemplateFunction · 0.70
handleQuickSendCloseFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected