Click on checkbox for bulk action doesn't work

https://github.com/rancher/rancher/issues/16601
This commit is contained in:
n313893254 2018-12-07 17:26:53 +08:00
parent cf5d9b5429
commit 3ef21a943e
1 changed files with 1 additions and 1 deletions

View File

@ -530,7 +530,7 @@ export default Component.extend(Sortable, StickyHeader, {
},
set(key, value) {
var content = this.get('pagedContent').filterBy('canBulkRemove').filterBy('canRemove');
var content = this.get('pagedContent').filterBy('canBulkRemove');
if ( value ) {
this.toggleMulti(content, []);