1
1
mirror of https://github.com/n8n-io/n8n.git synced 2024-09-11 13:15:28 +03:00

fix(Jira Software Node): Fix the order by feature (#9639)

This commit is contained in:
pemontto 2024-06-06 08:58:59 +01:00 committed by GitHub
parent 9853ecc5bc
commit 7aea8243fe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -300,7 +300,7 @@ export const issueCommentFields: INodeProperties[] = [
value: '-created',
},
],
default: 'created_asc',
default: '+created',
description: 'Order comments by the created date',
},
],