mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
refactor(editor): Fix typescript issues in composables and misc files (no-changelog) (#9583)
This commit is contained in:
@@ -1862,7 +1862,8 @@ export type CloudUpdateLinkSourceType =
|
||||
| 'workflow-history'
|
||||
| 'worker-view'
|
||||
| 'external-secrets'
|
||||
| 'rbac';
|
||||
| 'rbac'
|
||||
| 'debug';
|
||||
|
||||
export type UTMCampaign =
|
||||
| 'upgrade-custom-data-filter'
|
||||
@@ -1883,7 +1884,8 @@ export type UTMCampaign =
|
||||
| 'upgrade-advanced-permissions'
|
||||
| 'upgrade-worker-view'
|
||||
| 'upgrade-external-secrets'
|
||||
| 'upgrade-rbac';
|
||||
| 'upgrade-rbac'
|
||||
| 'upgrade-debug';
|
||||
|
||||
export type N8nBanners = {
|
||||
[key in BannerName]: {
|
||||
|
||||
Reference in New Issue
Block a user