mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
feat(editor): Fix paywall for dashboard disabled licences (#14617)
This commit is contained in:
committed by
GitHub
parent
390c508946
commit
46d9b60049
@@ -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]: {
|
||||
|
||||
Reference in New Issue
Block a user