fix domain validation

This commit is contained in:
Simon Larsen 2023-03-07 21:13:33 +00:00
parent edab761263
commit e16eb834c8
No known key found for this signature in database
GPG Key ID: AB45983AA9C81CDE

View File

@ -119,7 +119,7 @@ const Domains: FunctionComponent<PageComponentProps> = (
domain: true,
},
title: 'Domain',
fieldType: FormFieldSchemaType.Text,
fieldType: FormFieldSchemaType.Domain,
required: true,
placeholder: 'acme-inc.com',
validation: {