mirror of
https://github.com/n8n-io/n8n.git
synced 2025-02-02 07:01:30 -08:00
🐛 Fix order title type on Keap (#1798)
This commit is contained in:
parent
a3ab3f2de5
commit
6e8de269ec
|
@ -83,7 +83,7 @@ export const ecommerceOrderFields = [
|
|||
{
|
||||
displayName: 'Order Title',
|
||||
name: 'orderTitle',
|
||||
type: 'dateTime',
|
||||
type: 'string',
|
||||
required: true,
|
||||
displayOptions: {
|
||||
show: {
|
||||
|
|
Loading…
Reference in a new issue