mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 12:47:13 +01:00
Merge pull request #550 from gnarlex/domain-placeholder
Feature: Add placeholder to domain input
This commit is contained in:
commit
dd577783d3
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue