refactor: 运营设置-数据刷新

This commit is contained in:
QuentinHsu
2024-05-13 18:14:57 +08:00
parent b283365ebc
commit 98c347e048
9 changed files with 18 additions and 28 deletions

View File

@@ -52,7 +52,7 @@ export default function SettingsMagnification(props) {
})
.finally(() => {
setLoading(false);
setInputsRow(structuredClone(inputs));
props.refresh();
});
} catch (error) {
showError('请检查输入');