mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-21 03:42:16 +00:00
feat(editor): Update suggested workflows experiment (no-changelog) (#17701)
This commit is contained in:
@@ -41,9 +41,7 @@ export const useCloudPlanStore = defineStore(STORES.CLOUD_PLAN, () => {
|
||||
|
||||
const currentUsageData = computed(() => state.usage);
|
||||
|
||||
const selectedApps = computed(
|
||||
() => currentUserCloudInfo.value?.selectedApps?.split(',').filter(Boolean) ?? [],
|
||||
);
|
||||
const selectedApps = computed(() => currentUserCloudInfo.value?.selectedApps);
|
||||
const codingSkill = computed(() => {
|
||||
const information = currentUserCloudInfo.value?.information;
|
||||
if (!information) {
|
||||
|
||||
Reference in New Issue
Block a user