fix(nodes): disable select [EE-4692] (#10538)

Co-authored-by: testa113 <testa113>
pull/10540/head
Ali 2023-10-25 23:59:01 +01:00 committed by GitHub
parent afa3e7477b
commit 403fdf7ce3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -44,6 +44,7 @@ export function NodesDatatable() {
return (
<Datatable<IndexOptional<NodeRowData>>
disableSelect
dataset={nodeRowData ?? []}
columns={getColumns(isServerMetricsEnabled)}
settingsManager={tableState}