Merge pull request #550 from gnarlex/domain-placeholder

Feature: Add placeholder to domain input
This commit is contained in:
Mike Cao 2021-03-17 07:24:26 -07:00 committed by GitHub
commit dd577783d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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>