Updated edit permissions on settings components.
This commit is contained in:
@@ -43,7 +43,7 @@ export function SettingsLayout({ children }: { children: ReactNode }) {
|
||||
|
||||
const selectedKey = items
|
||||
.flatMap(e => e.items)
|
||||
.find(({ path }) => path && pathname.endsWith(path.split('?')[0]))?.id;
|
||||
.find(({ path }) => path && pathname.includes(path.split('?')[0]))?.id;
|
||||
|
||||
return (
|
||||
<Grid columns="auto 1fr" width="100%" height="100%">
|
||||
|
||||
Reference in New Issue
Block a user