feat: add placeholder to domain input

This commit is contained in:
Alexander Klein 2021-03-16 14:44:38 +01:00
parent f8ac987bfc
commit b0323b000a

View File

@ -72,7 +72,7 @@ export default function WebsiteEditForm({ values, onSave, onClose }) {
<FormattedMessage id="label.domain" defaultMessage="Domain" />
</label>
<div>
<Field name="domain" type="text" />
<Field name="domain" type="text" placeholder="example.com" />
<FormError name="domain" />
</div>
</FormRow>