Skip to content

Commit

Permalink
Improve manage table columns icon #631
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelBurgess committed Dec 16, 2024
1 parent c728f8c commit 3054a01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/dashboard/src/components/dashboards/Table/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -779,7 +779,7 @@ const TableViewVirtualizedRows = ({
{
key: "table-select-columns",
title: "Select table columns",
icon: "data_table",
icon: "add_column_right",
action: async () => {
setShowColumnSettingsModal(true);
},
Expand Down

0 comments on commit 3054a01

Please sign in to comment.