refactor: 运营设置-数据看板设置

This commit is contained in:
QuentinHsu
2024-05-11 16:19:35 +08:00
parent a9d9877bce
commit 76f6b41bb2
3 changed files with 155 additions and 41 deletions

View File

@@ -64,6 +64,7 @@ export default function SettingsDrawing(props) {
setInputs(currentInputs);
setInputsRow(structuredClone(currentInputs));
refForm.current.setValues(currentInputs);
localStorage.setItem('mj_notify_enabled', String(inputs.MjNotifyEnabled));
}, [props.options]);
return (
<>