diff --git a/lib/registries/addon/components/registries-registration-type-facet/component.ts b/lib/registries/addon/components/registries-registration-type-facet/component.ts index 937e51c85f5..a4c55fd366e 100644 --- a/lib/registries/addon/components/registries-registration-type-facet/component.ts +++ b/lib/registries/addon/components/registries-registration-type-facet/component.ts @@ -33,7 +33,7 @@ export default class RegistriesRegistrationTypeFacet extends Component { registrationTypes: EmberArray = A([]); - @task({ on: 'init' }) + @task({ on: 'didReceiveAttrs' }) @waitFor async fetchRegistrationTypes() { const { defaultProviderId } = registriesConfig;