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