Changed default checking behavior of metadata controller

This commit is contained in:
Gareth
2025-10-07 09:57:58 -04:00
parent f414e04dea
commit 9ed612410f

View File

@@ -21,7 +21,6 @@ export default class extends Controller {
enableField() {
if (this.hasCheckboxTarget) {
this.checkboxTarget.checked = true;
this.checkboxTarget.disabled = false;
}
if (this.hasLabelTarget) {