Skip to content

Commit 5e3c43f

Browse files
committed
fix(attio): use timestamp generationType for date wandConfig fields
1 parent 8db43b7 commit 5e3c43f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

apps/sim/blocks/blocks/attio.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ YYYY-MM-DDTHH:mm:ss.SSSZ
325325
### EXAMPLE
326326
2024-01-15T09:30:00.000Z`,
327327
placeholder: 'Describe the date...',
328-
generationType: 'json-object',
328+
generationType: 'timestamp',
329329
},
330330
},
331331
{
@@ -377,7 +377,7 @@ YYYY-MM-DDTHH:mm:ss.SSSZ
377377
### EXAMPLE
378378
2024-12-01T15:00:00.000Z`,
379379
placeholder: 'Describe the deadline...',
380-
generationType: 'json-object',
380+
generationType: 'timestamp',
381381
},
382382
},
383383
{
@@ -794,7 +794,7 @@ YYYY-MM-DDTHH:mm:ss.SSSZ
794794
### EXAMPLE
795795
2024-01-15T09:30:00.000Z`,
796796
placeholder: 'Describe the date...',
797-
generationType: 'json-object',
797+
generationType: 'timestamp',
798798
},
799799
},
800800
{

0 commit comments

Comments
 (0)