mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-29 12:16:39 +00:00
fix missing step
This commit is contained in:
parent
b3a763a48d
commit
5b8f97e0f6
@ -99,7 +99,7 @@ export const showConfigFlowDialog = (
|
||||
renderExternalStepHeader(hass, step) {
|
||||
return (
|
||||
hass.localize(
|
||||
`component.${step.handler}.config.${step.step_id}.title`
|
||||
`component.${step.handler}.config.step.${step.step_id}.title`
|
||||
) ||
|
||||
hass.localize(
|
||||
"ui.panel.config.integrations.config_flow.external_step.open_site"
|
||||
|
Loading…
x
Reference in New Issue
Block a user