fix: make workspaceSelectorFlagEnabled into a computed property
This commit is contained in:
@@ -274,8 +274,9 @@ const toast = useToast()
|
|||||||
/**
|
/**
|
||||||
* Feature flag to enable the workspace selector login conversion
|
* Feature flag to enable the workspace selector login conversion
|
||||||
*/
|
*/
|
||||||
const workspaceSelectorFlagEnabled =
|
const workspaceSelectorFlagEnabled = computed(
|
||||||
platform.platformFeatureFlags.workspaceSwitcherLogin?.value
|
() => !!platform.platformFeatureFlags.workspaceSwitcherLogin?.value
|
||||||
|
)
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Once the PWA code is initialized, this holds a method
|
* Once the PWA code is initialized, this holds a method
|
||||||
|
|||||||
Reference in New Issue
Block a user