mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
feat(core): Add notice to alert users a new version is available
This commit is contained in:
9
packages/nodes-base/utils/descriptions.ts
Normal file
9
packages/nodes-base/utils/descriptions.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
import type { INodeProperties } from 'n8n-workflow';
|
||||
|
||||
export const oldVersionNotice: INodeProperties = {
|
||||
displayName:
|
||||
'<strong>New node version available:</strong> get the latest version with added features from the nodes panel.',
|
||||
name: 'oldVersionNotice',
|
||||
type: 'notice',
|
||||
default: '',
|
||||
};
|
||||
Reference in New Issue
Block a user