diff --git a/src/frontend/src/tables/build/BuildLineTable.tsx b/src/frontend/src/tables/build/BuildLineTable.tsx index 034df6d0c3..33f3f22a34 100644 --- a/src/frontend/src/tables/build/BuildLineTable.tsx +++ b/src/frontend/src/tables/build/BuildLineTable.tsx @@ -953,6 +953,9 @@ export default function BuildLineTable({ dataFormatter: formatRecords, enableDownload: true, enableSelection: true, + enableLabels: true, + modelType: ModelType.buildline, + onCellClick: () => {}, rowExpansion: rowExpansion }} />