mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-10 06:34:05 -08: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: '',
|
|
};
|