Baseline replacing collection with board across code
This commit is contained in:
@@ -24,7 +24,7 @@ export default class extends Controller {
|
||||
|
||||
checkNone() {
|
||||
this.checkboxTargets.forEach(checkbox => {
|
||||
if (checkbox.dataset.collectionsFormTarget === "meCheckbox") return
|
||||
if (checkbox.dataset.boardsFormTarget === "meCheckbox") return
|
||||
checkbox.checked = false
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user