diff --git a/packages/console/src/pages/Settings/index.tsx b/packages/console/src/pages/Settings/index.tsx index d514f1273..0fd31faa8 100644 --- a/packages/console/src/pages/Settings/index.tsx +++ b/packages/console/src/pages/Settings/index.tsx @@ -1,4 +1,4 @@ -import { Language } from '@logto/phrases'; +import { languageOptions } from '@logto/phrases'; import { AppearanceMode } from '@logto/schemas'; import classNames from 'classnames'; import { Controller, useForm } from 'react-hook-form'; @@ -58,16 +58,7 @@ const Settings = () => { render={({ field: { value, onChange } }) => (