diff --git a/src/pybind/mgr/dashboard/frontend/src/app/ceph/pool/pool-list/pool-list.component.ts b/src/pybind/mgr/dashboard/frontend/src/app/ceph/pool/pool-list/pool-list.component.ts index 12d094b06c44d..9cbcefcf675d0 100644 --- a/src/pybind/mgr/dashboard/frontend/src/app/ceph/pool/pool-list/pool-list.component.ts +++ b/src/pybind/mgr/dashboard/frontend/src/app/ceph/pool/pool-list/pool-list.component.ts @@ -131,10 +131,6 @@ export class PoolListComponent implements OnInit { } updateSelection(selection: CdTableSelection) { - if (selection.hasSingleSelection && Object.keys(selection.first()).length === 3) { - selection.selected = []; - selection.update(); - } this.selection = selection; }