add detail table header

This commit is contained in:
jeffvli
2026-02-09 10:08:25 -08:00
parent 42b51f104c
commit 72b2dca759
4 changed files with 162 additions and 11 deletions
@@ -885,7 +885,7 @@ export const TableColumnHeaderContainer = (
);
};
const columnLabelMap: Record<TableColumn, ReactNode | string> = {
export const columnLabelMap: Record<TableColumn, ReactNode | string> = {
[TableColumn.ACTIONS]: (
<Flex className={styles.headerIconWrapper}>
<Icon fill="default" icon="ellipsisHorizontal" />