mirror of
https://github.com/home-assistant/frontend.git
synced 2025-11-08 18:39:40 +00:00
Show abort reason when no translation (#20664)
This commit is contained in:
@@ -34,7 +34,7 @@ export interface FlowConfig {
|
||||
renderAbortDescription(
|
||||
hass: HomeAssistant,
|
||||
step: DataEntryFlowStepAbort
|
||||
): TemplateResult | "";
|
||||
): TemplateResult | string;
|
||||
|
||||
renderShowFormStepHeader(
|
||||
hass: HomeAssistant,
|
||||
|
||||
Reference in New Issue
Block a user