diff --git a/app/portainer/react/components/index.ts b/app/portainer/react/components/index.ts index fd71f8089..17f2b1dbe 100644 --- a/app/portainer/react/components/index.ts +++ b/app/portainer/react/components/index.ts @@ -45,7 +45,11 @@ export const componentsModule = angular .module('portainer.app.react.components', [customTemplatesModule]) .component( 'tagSelector', - r2a(withReactQuery(TagSelector), ['allowCreate', 'onChange', 'value']) + r2a(withUIRouter(withReactQuery(TagSelector)), [ + 'allowCreate', + 'onChange', + 'value', + ]) ) .component( 'beTeaserButton',