feat(editor): Show banner for non-production licenses (#6943)

https://linear.app/n8n/issue/PAY-692
This commit is contained in:
Iván Ovejero
2023-08-17 14:00:17 +02:00
committed by GitHub
parent d3f01270c7
commit 413570c49d
10 changed files with 33 additions and 20 deletions

View File

@@ -34,7 +34,7 @@ import type {
IUserManagementSettings,
WorkflowSettings,
IUserSettings,
Banners,
BannerName,
} from 'n8n-workflow';
import type { SignInType } from './constants';
import type {
@@ -1074,7 +1074,7 @@ export interface UIState {
addFirstStepOnLoad: boolean;
executionSidebarAutoRefresh: boolean;
bannersHeight: number;
banners: { [key in Banners]: { dismissed: boolean; type?: 'temporary' | 'permanent' } };
banners: { [key in BannerName]: { dismissed: boolean; type?: 'temporary' | 'permanent' } };
}
export type IFakeDoor = {