mirror of
https://github.com/kremalicious/umami.git
synced 2024-12-18 15:23:38 +01:00
feat: add placeholder to domain input
This commit is contained in:
parent
f8ac987bfc
commit
b0323b000a
@ -72,7 +72,7 @@ export default function WebsiteEditForm({ values, onSave, onClose }) {
|
|||||||
<FormattedMessage id="label.domain" defaultMessage="Domain" />
|
<FormattedMessage id="label.domain" defaultMessage="Domain" />
|
||||||
</label>
|
</label>
|
||||||
<div>
|
<div>
|
||||||
<Field name="domain" type="text" />
|
<Field name="domain" type="text" placeholder="example.com" />
|
||||||
<FormError name="domain" />
|
<FormError name="domain" />
|
||||||
</div>
|
</div>
|
||||||
</FormRow>
|
</FormRow>
|
||||||
|
Loading…
Reference in New Issue
Block a user