mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-25 18:26:35 +00:00
Fix calendar event creation error handling (#14603)
This commit is contained in:
parent
ef130be352
commit
efda2ab626
@ -432,6 +432,7 @@ class DialogCalendarEventEditor extends LitElement {
|
|||||||
);
|
);
|
||||||
} catch (err: any) {
|
} catch (err: any) {
|
||||||
this._error = err ? err.message : "Unknown error";
|
this._error = err ? err.message : "Unknown error";
|
||||||
|
return;
|
||||||
} finally {
|
} finally {
|
||||||
this._submitting = false;
|
this._submitting = false;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user