mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-04-19 23:08:08 +02:00
await config refresh before clearing pending form data (#22707)
This commit is contained in:
@@ -737,8 +737,8 @@ export function ConfigSection({
|
||||
);
|
||||
}
|
||||
|
||||
await refreshConfig();
|
||||
setPendingData(null);
|
||||
refreshConfig();
|
||||
onSave?.();
|
||||
} catch (error) {
|
||||
// Parse Pydantic validation errors from API response
|
||||
|
||||
Reference in New Issue
Block a user