add option to add user manually (#22)
All checks were successful
delpoy / build-and-deploy (push) Successful in 1m25s
All checks were successful
delpoy / build-and-deploy (push) Successful in 1m25s
This commit is contained in:
@ -363,6 +363,7 @@
|
||||
if (!e.detail.draft) $reportCount += 1;
|
||||
currentPageReports = [e.detail, ...currentPageReports];
|
||||
activeReport = currentPageReports[0];
|
||||
newReportModal.close();
|
||||
}}
|
||||
/>
|
||||
</dialog>
|
||||
|
Reference in New Issue
Block a user