mirror of
https://github.com/home-assistant/frontend.git
synced 2025-11-12 20:40:29 +00:00
fix function calls
This commit is contained in:
committed by
Bram Kragten
parent
70532ac3bf
commit
3579d82e8e
@@ -821,7 +821,7 @@ export class HaScriptEditor extends PreventUnsavedMixin(
|
||||
}
|
||||
|
||||
protected async promptDiscardChanges() {
|
||||
return this.confirmUnsavedChanged();
|
||||
return this._confirmUnsavedChanged();
|
||||
}
|
||||
|
||||
static get styles(): CSSResultGroup {
|
||||
|
||||
Reference in New Issue
Block a user