chore: fixes bad field name

This commit is contained in:
James
2022-10-25 11:00:22 -04:00
parent 6a1b25ab30
commit f9ca3a9f96

View File

@@ -33,7 +33,8 @@ const TextFields: CollectionConfig = {
}, },
}, },
{ {
name: 'Override the 40k text length default (This one has 50k max length)', label: 'Override the 40k text length default',
name: 'overrideLength',
type: 'text', type: 'text',
maxLength: 50000, maxLength: 50000,
}, },