add report selection via url hash
All checks were successful
delpoy / build-and-deploy (push) Successful in 48s

This commit is contained in:
2023-10-05 13:07:30 +02:00
parent 444631f649
commit 1f8cf66e90
3 changed files with 71 additions and 9 deletions

View File

@@ -22,8 +22,6 @@
export let data: LayoutData;
if (data.reportCount) $reportCount = data.reportCount;
if (data.adminCount) $adminCount = data.adminCount;
errorMessage.subscribe(console.log);
</script>
{#if $page.url.pathname !== `${env.PUBLIC_BASE_PATH}/admin/login`}