From 3054a0119b06e8df0c58926be8430db193e977b6 Mon Sep 17 00:00:00 2001 From: Mike Burgess Date: Mon, 16 Dec 2024 22:19:28 +0000 Subject: [PATCH] Improve manage table columns icon #631 --- ui/dashboard/src/components/dashboards/Table/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/dashboard/src/components/dashboards/Table/index.tsx b/ui/dashboard/src/components/dashboards/Table/index.tsx index a9f9bd14..ca916c5f 100644 --- a/ui/dashboard/src/components/dashboards/Table/index.tsx +++ b/ui/dashboard/src/components/dashboards/Table/index.tsx @@ -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); },