mirror of
https://github.com/strapi/strapi.git
synced 2025-12-24 13:43:41 +00:00
Remove pre-checked checkbox
This commit is contained in:
parent
1f297b6bd4
commit
3532b20ecf
@ -60,7 +60,7 @@ export function setForm(formType, email) {
|
||||
password: '',
|
||||
confirmPassword: '',
|
||||
email: '',
|
||||
news: true,
|
||||
news: false,
|
||||
};
|
||||
break;
|
||||
case 'register-success':
|
||||
|
||||
@ -80,7 +80,7 @@
|
||||
},
|
||||
"name": "news",
|
||||
"type": "checkbox",
|
||||
"value": true
|
||||
"value": false
|
||||
}
|
||||
],
|
||||
"register-success": [
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user