Remove dates from card block autofill because the timestamps don't look nice
This commit is contained in:
parent
1ede3b34d4
commit
ebbd0a87d4
|
@ -340,7 +340,6 @@ export class ComponentStore extends BudiStore {
|
|||
...findFieldTypes(FieldType.STRING),
|
||||
...findFieldTypes(FieldType.OPTIONS),
|
||||
...findFieldTypes(FieldType.ARRAY),
|
||||
...findFieldTypes(FieldType.DATETIME),
|
||||
...findFieldTypes(FieldType.NUMBER),
|
||||
]
|
||||
const longFields = findFieldTypes(FieldType.LONGFORM)
|
||||
|
|
Loading…
Reference in New Issue