Remove formatted message from placeholder

This commit is contained in:
Enrico Paulini 2023-02-12 22:58:59 -03:00 committed by GitHub
parent 1b44c5f826
commit 90db2239a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -117,7 +117,7 @@ export default function WebsiteEditForm({ values, onSave, onClose }) {
<Field
name="domain"
type="text"
placeholder={<FormattedMessage id="label.example" defaultMessage="example.com" />}
placeholder="example.com"
spellCheck="false"
autoCapitalize="off"
autoCorrect="off"