mirror of
https://github.com/OneUptime/oneuptime
synced 2024-11-22 15:24:55 +00:00
fix domain validation
This commit is contained in:
parent
edab761263
commit
e16eb834c8
@ -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: {
|
||||
|
Loading…
Reference in New Issue
Block a user