From 944082d014f198da6bb37150427c095d5ca0b8d3 Mon Sep 17 00:00:00 2001 From: Gabriel Hernandez Date: Fri, 8 Mar 2024 18:54:43 +0000 Subject: [PATCH] fix server url column header name (#17504) real quick fix to the server url column header name. --- .../components/MdmSolutionModal/MdmSolutionModalTableConfig.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/pages/DashboardPage/components/MdmSolutionModal/MdmSolutionModalTableConfig.tsx b/frontend/pages/DashboardPage/components/MdmSolutionModal/MdmSolutionModalTableConfig.tsx index 085df2eec0..567648602b 100644 --- a/frontend/pages/DashboardPage/components/MdmSolutionModal/MdmSolutionModalTableConfig.tsx +++ b/frontend/pages/DashboardPage/components/MdmSolutionModal/MdmSolutionModalTableConfig.tsx @@ -58,7 +58,7 @@ export const generateSolutionsTableHeaders = ( } className="server-url-header" > - Status + Server URL ); return ;