fix: language does not refresh after toggling

This commit is contained in:
jialin
2024-09-30 18:54:48 +08:00
parent ea25291d75
commit 2d34d07da4
13 changed files with 133 additions and 139 deletions
+1 -1
View File
@@ -260,7 +260,7 @@ const DataForm: React.FC<DataFormProps> = forwardRef((props, ref) => {
}
return null;
}, [props.source, isGGUF]);
}, [props.source, isGGUF, intl]);
const handleOk = (formdata: FormData) => {
const gpu = _.find(gpuOptions, (item: any) => {