mirror of https://github.com/rancher/ui.git
Click on checkbox for bulk action doesn't work
https://github.com/rancher/rancher/issues/16601
This commit is contained in:
parent
cf5d9b5429
commit
3ef21a943e
|
|
@ -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, []);
|
||||
|
|
|
|||
Loading…
Reference in New Issue