mirror of
https://github.com/wgh136/nysoure.git
synced 2025-09-28 04:27:24 +00:00
Add new file activity.
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user