fix nullable schema entries

This commit is contained in:
Josh Hawkins
2026-02-27 09:37:57 -06:00
parent 72ab1f93b5
commit 73ae2db1a5
4 changed files with 223 additions and 7 deletions
@@ -215,7 +215,6 @@ const GlobalConfigSection = memo(function GlobalConfigSection({
setIsSaving(true);
try {
await axios.put("config/set", {
requires_restart: 1,
config_data: {
[sectionKey]: pendingData,
},