Client: TableHeader: removed the ability to disable the index column

This commit is contained in:
Dmitry Sychugov 2024-06-18 16:19:38 +05:00
parent d9b50962cf
commit d90c1a1c74

View File

@ -366,7 +366,6 @@ class FilesTableHeader extends React.Component {
minWidth: 70,
resizable: false,
isShort: true,
onChange: this.onColumnChange,
});
}