Explorar el Código

fix(settings): add notClearable prop to language selection (#13406)

aplio hace 2 meses
padre
commit
0451333990
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      web/app/components/app/overview/settings/index.tsx

+ 1 - 0
web/app/components/app/overview/settings/index.tsx

@@ -289,6 +289,7 @@ const SettingsModal: FC<ISettingsModalProps> = ({
               items={languages.filter(item => item.supported)}
               defaultValue={language}
               onSelect={item => setLanguage(item.value as Language)}
+              notClearable
             />
           </div>
           {/* theme color */}