mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 09:46:36 +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) {
|
||||
this._error = err ? err.message : "Unknown error";
|
||||
return;
|
||||
} finally {
|
||||
this._submitting = false;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user