mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
feat(editor): Show banner for non-production licenses (#6943)
https://linear.app/n8n/issue/PAY-692
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user