mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-23 09:16:38 +00:00
Onboarding core: Display error message when saving fails (#4462)
This commit is contained in:
parent
22792c70c5
commit
5c32413bf7
@ -270,7 +270,7 @@ class OnboardingCoreConfig extends LitElement {
|
||||
});
|
||||
} catch (err) {
|
||||
this._working = false;
|
||||
alert("FAIL");
|
||||
alert(`Failed to save: ${err.message}`);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user