mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
Changed default checking behavior of metadata controller
This commit is contained in:
@@ -21,7 +21,6 @@ export default class extends Controller {
|
||||
|
||||
enableField() {
|
||||
if (this.hasCheckboxTarget) {
|
||||
this.checkboxTarget.checked = true;
|
||||
this.checkboxTarget.disabled = false;
|
||||
}
|
||||
if (this.hasLabelTarget) {
|
||||
|
||||
Reference in New Issue
Block a user