Prevent admin from resetting their own role.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import WebsiteReportsPage from './WebsiteReportsPage';
|
||||
|
||||
export default function WebsiteReportsPage({ params: { websiteId } }) {
|
||||
export default function ({ params: { websiteId } }) {
|
||||
return <WebsiteReportsPage websiteId={websiteId} />;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user