Remove formatted message from placeholder
This commit is contained in:
@@ -117,7 +117,7 @@ export default function WebsiteEditForm({ values, onSave, onClose }) {
|
|||||||
<Field
|
<Field
|
||||||
name="domain"
|
name="domain"
|
||||||
type="text"
|
type="text"
|
||||||
placeholder={<FormattedMessage id="label.example" defaultMessage="example.com" />}
|
placeholder="example.com"
|
||||||
spellCheck="false"
|
spellCheck="false"
|
||||||
autoCapitalize="off"
|
autoCapitalize="off"
|
||||||
autoCorrect="off"
|
autoCorrect="off"
|
||||||
|
|||||||
Reference in New Issue
Block a user