diff --git a/packages/hoppscotch-common/src/components/app/Header.vue b/packages/hoppscotch-common/src/components/app/Header.vue index 7b895107b..e43782267 100644 --- a/packages/hoppscotch-common/src/components/app/Header.vue +++ b/packages/hoppscotch-common/src/components/app/Header.vue @@ -274,8 +274,9 @@ const toast = useToast() /** * Feature flag to enable the workspace selector login conversion */ -const workspaceSelectorFlagEnabled = - platform.platformFeatureFlags.workspaceSwitcherLogin?.value +const workspaceSelectorFlagEnabled = computed( + () => !!platform.platformFeatureFlags.workspaceSwitcherLogin?.value +) /** * Once the PWA code is initialized, this holds a method