Bulk action buttons issue fixed

This commit is contained in:
EnesSacid-Buker
2022-09-19 16:59:28 +03:00
committed by GitHub
parent 8e91fbb8c1
commit 6d14e93c38

View File

@ -62,7 +62,7 @@ export default class BulkAction {
}
change(type) {
let action = document.getElementById('button-bulk-action-' + type);
let action = document.getElementById('index-bulk-actions-' + type);
this.value = type;