mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-07-31 08:09:02 +03:00
fix nullable schema entries
This commit is contained in:
@@ -215,7 +215,6 @@ const GlobalConfigSection = memo(function GlobalConfigSection({
|
||||
setIsSaving(true);
|
||||
try {
|
||||
await axios.put("config/set", {
|
||||
requires_restart: 1,
|
||||
config_data: {
|
||||
[sectionKey]: pendingData,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user