mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-25 18:26:35 +00:00
fix not showing base error bug (#19340)
This commit is contained in:
parent
894205eff7
commit
7209ed055a
@ -110,9 +110,11 @@ export const showOptionsFlowDialog = (
|
|||||||
},
|
},
|
||||||
|
|
||||||
renderShowFormStepFieldError(hass, step, error) {
|
renderShowFormStepFieldError(hass, step, error) {
|
||||||
return hass.localize(
|
return (
|
||||||
`component.${configEntry.domain}.options.error.${error}`,
|
hass.localize(
|
||||||
step.description_placeholders
|
`component.${configEntry.domain}.options.error.${error}`,
|
||||||
|
step.description_placeholders
|
||||||
|
) || error
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user