mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-10 06:34:05 -08:00
add eur as default at update deal
This commit is contained in:
parent
3d42a0f0e6
commit
4cbbdda8c1
|
@ -702,7 +702,7 @@ export class ActiveCampaign implements INodeType {
|
|||
name: 'currency',
|
||||
type: 'options',
|
||||
options: returnAllCurrencyOptions(),
|
||||
default: '',
|
||||
default: 'eur',
|
||||
description: 'The currency of the deal in 3-character ISO format',
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue