mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
10 lines
295 B
TypeScript
10 lines
295 B
TypeScript
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: '',
|
|
};
|