mirror of
https://github.com/kremalicious/umami.git
synced 2024-12-18 07:13:37 +01:00
Fix issue with checkbox click, closes #549.
This commit is contained in:
parent
930d050698
commit
af6ee27031
@ -22,7 +22,7 @@ function Checkbox({ name, value, label, onChange }) {
|
||||
className={styles.input}
|
||||
type="checkbox"
|
||||
name={name}
|
||||
value={value}
|
||||
defaultChecked={value}
|
||||
onChange={onChange}
|
||||
/>
|
||||
</div>
|
||||
|
@ -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…
Reference in New Issue
Block a user