mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
🐛 Fix order title type on Keap (#1798)
This commit is contained in:
@@ -83,7 +83,7 @@ export const ecommerceOrderFields = [
|
||||
{
|
||||
displayName: 'Order Title',
|
||||
name: 'orderTitle',
|
||||
type: 'dateTime',
|
||||
type: 'string',
|
||||
required: true,
|
||||
displayOptions: {
|
||||
show: {
|
||||
|
||||
Reference in New Issue
Block a user