fix function calls

This commit is contained in:
Jan-Philipp Benecke
2024-12-06 12:58:29 +01:00
committed by Bram Kragten
parent 70532ac3bf
commit 3579d82e8e
3 changed files with 3 additions and 3 deletions

View File

@@ -821,7 +821,7 @@ export class HaScriptEditor extends PreventUnsavedMixin(
}
protected async promptDiscardChanges() {
return this.confirmUnsavedChanged();
return this._confirmUnsavedChanged();
}
static get styles(): CSSResultGroup {