mirror of
https://github.com/umami-software/umami.git
synced 2025-12-08 05:12:36 +01:00
feat: add placeholder to domain input
This commit is contained in:
parent
f8ac987bfc
commit
b0323b000a
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" />
|
||||
</label>
|
||||
<div>
|
||||
<Field name="domain" type="text" />
|
||||
<Field name="domain" type="text" placeholder="example.com" />
|
||||
<FormError name="domain" />
|
||||
</div>
|
||||
</FormRow>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue