Skip to content

Commit

Permalink
Dataset view
Browse files Browse the repository at this point in the history
  • Loading branch information
zBritva committed Jan 19, 2025
1 parent 82cad4d commit c9ed68e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/app/views/dataset/dataset_view.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,9 @@ export class ColumnsView extends React.Component<
</PopoverSurface>
</Popover>
</h2>
<p className="el-details">{table.displayName || table.name}</p>
<p style={{
color: tokens.colorNeutralForeground1
}} className="el-details">{table.displayName || table.name}</p>
{table.columns
.filter((c) => !c.metadata.isRaw)
.map((c, idx) => (
Expand Down

0 comments on commit c9ed68e

Please # to comment.