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