Add override to comply with new noImplicitOverride ts compiler option Google-Bug-Id: b/201385514 Change-Id: I0b40385e0a4b1a9f67349dd0d674cb9202edd84c
diff --git a/web/gr-delete-repo.ts b/web/gr-delete-repo.ts index dec8efe..00bc08e 100644 --- a/web/gr-delete-repo.ts +++ b/web/gr-delete-repo.ts
@@ -61,7 +61,7 @@ @state() private error?: string; - static styles = css` + static override styles = css` :host { display: block; margin-bottom: var(--spacing-xxl); @@ -89,7 +89,7 @@ return html`<div class="error">${this.error}</div>`; } - protected render() { + override render() { if (!this.action) return; return html` <h3>${this.action.label}</h3>