This commit is contained in:
wfc 2025-02-26 09:01:34 +08:00
parent 16acce0a81
commit cf8c2e31f8
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ export default function BaseSettingPage() {
form.setFieldsValue(baseSetting);
}
setIsFormChanged(false);
}
}
function onSaveClick() {
if (form) form.submit();
}