Bulk action buttons issue fixed
This commit is contained in:
parent
8e91fbb8c1
commit
6d14e93c38
2
resources/assets/js/plugins/bulk-action.js
vendored
2
resources/assets/js/plugins/bulk-action.js
vendored
@ -62,7 +62,7 @@ export default class BulkAction {
|
|||||||
}
|
}
|
||||||
|
|
||||||
change(type) {
|
change(type) {
|
||||||
let action = document.getElementById('button-bulk-action-' + type);
|
let action = document.getElementById('index-bulk-actions-' + type);
|
||||||
|
|
||||||
this.value = type;
|
this.value = type;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user