Onboarding core: Display error message when saving fails (#4462)
This commit is contained in:
committed by
Paulus Schoutsen
parent
22792c70c5
commit
5c32413bf7
@@ -270,7 +270,7 @@ class OnboardingCoreConfig extends LitElement {
|
|||||||
});
|
});
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
this._working = false;
|
this._working = false;
|
||||||
alert("FAIL");
|
alert(`Failed to save: ${err.message}`);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user