diff --git a/src/router/index.js b/src/router/index.js index ec4d86c0b..767b9ab18 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -223,8 +223,6 @@ function navigateToUrl(url, optionalQuery = {}) { for (const queryKey in optionalQuery) { externalUrl.searchParams.append(queryKey, optionalQuery[queryKey]); } - - externalUrl.searchParams.append("experiments", "ConceptFunnel=ConceptFunnel_V1=ConceptFunnel_TEST=true"); window.location.assign(externalUrl); } diff --git a/src/ux-components/list-card/list-card.vue b/src/ux-components/list-card/list-card.vue index f368f95f4..aa1044113 100644 --- a/src/ux-components/list-card/list-card.vue +++ b/src/ux-components/list-card/list-card.vue @@ -63,7 +63,7 @@