mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-09 10:56:52 +08:00
fix(settings): add notClearable prop to language selection (#13406)
This commit is contained in:
@@ -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 */}
|
||||
|
||||
Reference in New Issue
Block a user