mirror of
https://github.com/owncast/owncast.git
synced 2024-11-26 14:56:14 +03:00
Add key to menu item
This commit is contained in:
parent
aa5d5fc32d
commit
f992df8209
1 changed files with 1 additions and 0 deletions
|
@ -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',
|
||||||
|
|
Loading…
Reference in a new issue