fix: key values
This commit is contained in:
@@ -14,13 +14,13 @@ const Sidebar = () => {
|
||||
<Menu.Item key="1">
|
||||
<Link to="/bots">Bots</Link>
|
||||
</Menu.Item>
|
||||
<Menu.Item key="4">
|
||||
<Menu.Item key="2">
|
||||
<Link to="/workflow">Workflow</Link>
|
||||
</Menu.Item>
|
||||
<Menu.Item key="2">
|
||||
<Menu.Item key="3">
|
||||
<Link to="/analytics">Analytics</Link>
|
||||
</Menu.Item>
|
||||
<Menu.Item key="3">
|
||||
<Menu.Item key="4">
|
||||
<Link to="/api">API</Link>
|
||||
</Menu.Item>
|
||||
</Menu>
|
||||
|
||||
Reference in New Issue
Block a user