mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
feat: Add source to all View Plans links (no-changelog) (#5097)
feat: Add source to all View Plans links
This commit is contained in:
@@ -14,7 +14,9 @@ const router = useRouter();
|
||||
const queryParamCallback = ref<string>(
|
||||
`callback=${encodeURIComponent(`${window.location.origin}${window.location.pathname}`)}`,
|
||||
);
|
||||
const viewPlansUrl = computed(() => `${usageStore.viewPlansUrl}&${queryParamCallback.value}`);
|
||||
const viewPlansUrl = computed(
|
||||
() => `${usageStore.viewPlansUrl}&${queryParamCallback.value}&source=usage_page`,
|
||||
);
|
||||
const managePlanUrl = computed(() => `${usageStore.managePlanUrl}&${queryParamCallback.value}`);
|
||||
const activationKeyModal = ref(false);
|
||||
const activationKey = ref('');
|
||||
|
||||
Reference in New Issue
Block a user