Fix issue with checkbox click, closes #549.
This commit is contained in:
@@ -77,7 +77,7 @@ export default function WebsiteEditForm({ values, onSave, onClose }) {
|
||||
</div>
|
||||
</FormRow>
|
||||
<FormRow>
|
||||
<label></label>
|
||||
<label />
|
||||
<Field name="enable_share_url">
|
||||
{({ field }) => (
|
||||
<Checkbox
|
||||
|
||||
Reference in New Issue
Block a user