mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 04:37:11 +01:00
Fix issue with checkbox click, closes #549.
This commit is contained in:
parent
930d050698
commit
af6ee27031
2 changed files with 2 additions and 2 deletions
|
|
@ -77,7 +77,7 @@ export default function WebsiteEditForm({ values, onSave, onClose }) {
|
|||
</div>
|
||||
</FormRow>
|
||||
<FormRow>
|
||||
<label></label>
|
||||
<label />
|
||||
<Field name="enable_share_url">
|
||||
{({ field }) => (
|
||||
<Checkbox
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue