mirror of
https://github.com/home-assistant/frontend.git
synced 2025-11-08 18:39:40 +00:00
Render should always return a html template (#4612)
This commit is contained in:
committed by
Paulus Schoutsen
parent
82fb622904
commit
04f8f0f74f
@@ -40,7 +40,7 @@ class StepFlowForm extends LitElement {
|
||||
@property()
|
||||
private _errorMsg?: string;
|
||||
|
||||
protected render(): TemplateResult | void {
|
||||
protected render(): TemplateResult {
|
||||
const step = this.step;
|
||||
const stepData = this._stepDataProcessed;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user