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:
@@ -22,6 +22,8 @@ import { userProfileFields, userProfileOperations } from './UserProfileDescripti
|
||||
import { slackApiRequest, slackApiRequestAllItems, validateJSON } from './GenericFunctions';
|
||||
import type { IAttachment } from './MessageInterface';
|
||||
|
||||
import { oldVersionNotice } from '../../../utils/descriptions';
|
||||
|
||||
import moment from 'moment';
|
||||
|
||||
interface Attachment {
|
||||
@@ -97,6 +99,7 @@ export class SlackV1 implements INodeType {
|
||||
},
|
||||
],
|
||||
properties: [
|
||||
oldVersionNotice,
|
||||
{
|
||||
displayName: 'Authentication',
|
||||
name: 'authentication',
|
||||
|
||||
Reference in New Issue
Block a user