diff --git a/dictation_client/src/components/header/constants.ts b/dictation_client/src/components/header/constants.ts index 96cac3e..8f9c1f9 100644 --- a/dictation_client/src/components/header/constants.ts +++ b/dictation_client/src/components/header/constants.ts @@ -24,6 +24,7 @@ export const HEADER_NAME = "ODMS Cloud"; * adminのみに表示するヘッダータブ */ export const ADMIN_ONLY_TABS = [ + HEADER_MENUS_ACCOUNT, HEADER_MENUS_LICENSE, HEADER_MENUS_USER, HEADER_MENUS_WORKFLOW,