8495 workflow display relevant columns in workflow related tables (#8502)
## After ### Workflows  ### WorkflowRuns  ### WorkflowVersions  ## Change Created By into Executed By in workflowRuns 
This commit is contained in:
@ -42,7 +42,7 @@ export const RecordTableCellsVisible = () => {
|
||||
<RecordTableTd
|
||||
isSelected={isSelected}
|
||||
isDragging={isDragging}
|
||||
width={tableCellWidths[columnIndex + 3] - 1}
|
||||
width={tableCellWidths[columnIndex + 3]}
|
||||
>
|
||||
<RecordTableCell />
|
||||
</RecordTableTd>
|
||||
|
||||
Reference in New Issue
Block a user