add report selection via url hash
All checks were successful
delpoy / build-and-deploy (push) Successful in 48s
All checks were successful
delpoy / build-and-deploy (push) Successful in 48s
This commit is contained in:
@@ -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`}
|
||||
|
||||
Reference in New Issue
Block a user