fix(Slack Node): Tests (no-changelog) (#12239)

This commit is contained in:
Michael Kret
2024-12-16 11:40:35 +02:00
committed by GitHub
parent 4ae6049d82
commit 1fc9c59a57
25 changed files with 3110 additions and 2 deletions

View File

@@ -94,7 +94,7 @@ export const fileFields: INodeProperties[] = [
show: {
operation: ['upload'],
resource: ['file'],
'@version': [2.2],
'@version': [{ _cnd: { gte: 2.2 } }],
},
},
placeholder: '',
@@ -139,7 +139,7 @@ export const fileFields: INodeProperties[] = [
},
displayOptions: {
show: {
'@version': [2.2],
'@version': [{ _cnd: { gte: 2.2 } }],
},
},
default: [],