From bff56db829d37c5a5bb3a207b4ad2c02faadb840 Mon Sep 17 00:00:00 2001 From: Wisdom Date: Thu, 18 Apr 2024 13:48:20 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=BA=20fix:=20nested=20work=20menu=20le?= =?UTF-8?q?vel?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/widgets/WorkMenu/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/widgets/WorkMenu/config.ts b/src/widgets/WorkMenu/config.ts index 16f9cc8..9a57814 100644 --- a/src/widgets/WorkMenu/config.ts +++ b/src/widgets/WorkMenu/config.ts @@ -184,7 +184,7 @@ export const _menuOptions: MenuOption[] = [ }, { label: '4-2', - key: 'NestedLevel41', + key: 'NestedLevel42', icon: renderIcon(IconMenu) } ]