From ae8719537190ea93c327f4fc1d5131723edf2c62 Mon Sep 17 00:00:00 2001 From: Sachin Chaurasiya Date: Wed, 22 Dec 2021 11:39:16 +0530 Subject: [PATCH] Fix #1878 Profiler tab should show the column constraints. (#1881) --- .../ui/src/components/TableProfiler/TableProfiler.component.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openmetadata-ui/src/main/resources/ui/src/components/TableProfiler/TableProfiler.component.tsx b/openmetadata-ui/src/main/resources/ui/src/components/TableProfiler/TableProfiler.component.tsx index 92beefab960..5b5c647b0bf 100644 --- a/openmetadata-ui/src/main/resources/ui/src/components/TableProfiler/TableProfiler.component.tsx +++ b/openmetadata-ui/src/main/resources/ui/src/components/TableProfiler/TableProfiler.component.tsx @@ -108,7 +108,7 @@ const TableProfiler = ({ tableProfiles, columns }: Props) => { )} - {colIndex === 0 && ( + {col.name.constraint && ( {getConstraintIcon( col.name.constraint,