fix error

This commit is contained in:
Jesper Møller Jensen
2023-10-12 17:05:58 +13:00
parent ffe5294e01
commit 3bcdbb1774

View File

@@ -26,7 +26,7 @@ import './column-layouts/status/user-table-status-column-layout.element.js';
export class UmbUserCollectionTableViewElement extends UmbLitElement {
@state()
private _tableConfig: UmbTableConfig = {
allowSelection: false,
allowSelection: true,
};
@state()