mirror of
https://github.com/umami-software/umami.git
synced 2026-02-13 17:15:37 +01:00
Prevent admin from resetting their own role.
This commit is contained in:
parent
2e871af05b
commit
f25cd93012
10 changed files with 66 additions and 31 deletions
|
|
@ -11,6 +11,6 @@
|
|||
top: 0;
|
||||
background: var(--base50);
|
||||
border-bottom: 1px solid var(--base300);
|
||||
z-index: var(--z-index-overlay);
|
||||
z-index: 1;
|
||||
padding: 10px 0;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
import WebsiteReportsPage from './WebsiteReportsPage';
|
||||
|
||||
export default function WebsiteReportsPage({ params: { websiteId } }) {
|
||||
export default function ({ params: { websiteId } }) {
|
||||
return <WebsiteReportsPage websiteId={websiteId} />;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue