Browse Source

docs(common): Remove outdated docs tag

Michael Bromley 3 years ago
parent
commit
3a5859c870
1 changed files with 0 additions and 2 deletions
  1. 0 2
      packages/common/src/shared-types.ts

+ 0 - 2
packages/common/src/shared-types.ts

@@ -264,8 +264,6 @@ export interface AdminUiConfig {
     /**
      * @description
      * An array of languages for which translations exist for the Admin UI.
-     *
-     * @default [LanguageCode.en, LanguageCode.es]
      */
     availableLanguages: LanguageCode[];
     /**