add option to add user manually (#22)
All checks were successful
delpoy / build-and-deploy (push) Successful in 1m25s

This commit is contained in:
2023-12-23 00:41:49 +01:00
parent 7878fef301
commit b92e494ecb
4 changed files with 223 additions and 2 deletions

View File

@ -363,6 +363,7 @@
if (!e.detail.draft) $reportCount += 1;
currentPageReports = [e.detail, ...currentPageReports];
activeReport = currentPageReports[0];
newReportModal.close();
}}
/>
</dialog>