mirror of
https://github.com/simstudioai/sim.git
synced 2026-09-24 15:45:35 +08:00
fix(sidebar): pluralize the Knowledge bases nav label (#6514)
This commit is contained in:
+1
-1
@@ -180,7 +180,7 @@ export function SearchModal({
|
||||
},
|
||||
{
|
||||
id: 'knowledge-base',
|
||||
name: 'Knowledge base',
|
||||
name: 'Knowledge bases',
|
||||
icon: Database,
|
||||
href: `/workspace/${workspaceId}/knowledge`,
|
||||
hidden: permissionConfig.hideKnowledgeBaseTab,
|
||||
|
||||
@@ -819,7 +819,7 @@ export const Sidebar = memo(function Sidebar({
|
||||
},
|
||||
{
|
||||
id: 'knowledge-base',
|
||||
label: 'Knowledge base',
|
||||
label: 'Knowledge bases',
|
||||
icon: Database,
|
||||
href: `/workspace/${workspaceId}/knowledge`,
|
||||
hidden: permissionConfig.hideKnowledgeBaseTab,
|
||||
|
||||
Reference in New Issue
Block a user