APTRepositories: remove unecessary selection model

this is the default anyway, no reason to explicitely create it

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
Dominik Csapak 2021-06-30 17:14:59 +02:00 committed by Thomas Lamprecht
parent e71fc6e438
commit 7f671fee58

View File

@ -361,11 +361,8 @@ Ext.define('Proxmox.node.APTRepositoriesGrid', {
enableGroupingMenu: false, enableGroupingMenu: false,
}); });
let sm = Ext.create('Ext.selection.RowModel', {});
Ext.apply(me, { Ext.apply(me, {
store: store, store: store,
selModel: sm,
features: [groupingFeature], features: [groupingFeature],
}); });