Bulk action buttons issue fixed
This commit is contained in:
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) {
|
||||
let action = document.getElementById('button-bulk-action-' + type);
|
||||
let action = document.getElementById('index-bulk-actions-' + type);
|
||||
|
||||
this.value = type;
|
||||
|
||||
|
Reference in New Issue
Block a user