Skip to content

Commit

Permalink
buildColumns changed to columnsArray as variable instead of function
Browse files Browse the repository at this point in the history
  • Loading branch information
CAWilson94 committed Oct 21, 2024
1 parent f781aa2 commit fc1b78a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ interface EntityData {
risk: RiskStats;
}

export const buildColumns: () => Array<EuiBasicTableColumn<TableItem>> = () => [
export const columnsArray: Array<EuiBasicTableColumn<TableItem>> = [
{
field: 'category',
name: (
Expand Down

0 comments on commit fc1b78a

Please sign in to comment.