Add new file activity.

This commit is contained in:
2025-07-13 16:12:03 +08:00
parent 65fe85e6c1
commit e9f6e1968e
12 changed files with 145 additions and 24 deletions

View File

@@ -171,7 +171,10 @@ export default function ManageServerConfigPage() {
checked={config.allow_normal_user_upload}
className="toggle-primary toggle"
onChange={(e) => {
setConfig({ ...config, allow_normal_user_upload: e.target.checked });
setConfig({
...config,
allow_normal_user_upload: e.target.checked,
});
}}
/>
</fieldset>