mirror of
https://github.com/home-assistant/frontend.git
synced 2025-11-08 02:19:43 +00:00
Bump typescript, lint, prettier (#10108)
This commit is contained in:
@@ -127,7 +127,7 @@ class HassioCreateBackupDialog extends LitElement {
|
||||
|
||||
this._dialogParams!.onCreate();
|
||||
this.closeDialog();
|
||||
} catch (err) {
|
||||
} catch (err: any) {
|
||||
this._error = extractApiErrorMessage(err);
|
||||
}
|
||||
this._creatingBackup = false;
|
||||
|
||||
Reference in New Issue
Block a user