mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-07 04:20:12 +02:00
fix(settings): proper description for sidebar configuration
This commit is contained in:
@@ -61,7 +61,7 @@ export const SidebarReorder = () => {
|
||||
|
||||
return (
|
||||
<DraggableItems
|
||||
description="setting.sidebarCollapsedNavigation"
|
||||
description="setting.sidebarConfiguration"
|
||||
itemLabels={SIDEBAR_ITEMS}
|
||||
items={mergedSidebarItems as unknown as SidebarItemType[]}
|
||||
setItems={setSidebarItems}
|
||||
|
||||
Reference in New Issue
Block a user