Add key to menu item
This commit is contained in:
@@ -220,6 +220,7 @@ export const MainLayout: FC<MainLayoutProps> = ({ children }) => {
|
|||||||
label: <Link href="/admin/viewer-info">Chat & Users</Link>,
|
label: <Link href="/admin/viewer-info">Chat & Users</Link>,
|
||||||
icon: <MessageOutlined />,
|
icon: <MessageOutlined />,
|
||||||
children: chatMenu,
|
children: chatMenu,
|
||||||
|
key: 'chat-and-users',
|
||||||
},
|
},
|
||||||
federationEnabled && {
|
federationEnabled && {
|
||||||
key: 'fediverse-followers',
|
key: 'fediverse-followers',
|
||||||
|
|||||||
Reference in New Issue
Block a user