feat(editor): Fix paywall for dashboard disabled licences (#14617)

This commit is contained in:
Guillaume Jacquart
2025-04-15 09:37:54 +02:00
committed by GitHub
parent 390c508946
commit 46d9b60049
7 changed files with 108 additions and 65 deletions

View File

@@ -1471,7 +1471,8 @@ export type CloudUpdateLinkSourceType =
| 'worker-view'
| 'external-secrets'
| 'rbac'
| 'debug';
| 'debug'
| 'insights';
export type UTMCampaign =
| 'upgrade-custom-data-filter'
@@ -1494,7 +1495,8 @@ export type UTMCampaign =
| 'upgrade-worker-view'
| 'upgrade-external-secrets'
| 'upgrade-rbac'
| 'upgrade-debug';
| 'upgrade-debug'
| 'upgrade-insights';
export type N8nBanners = {
[key in BannerName]: {