mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-10-27 00:31:42 +00:00
parent
d303be847e
commit
ae87195371
@ -108,7 +108,7 @@ const TableProfiler = ({ tableProfiles, columns }: Props) => {
|
|||||||
<i className="fas fa-caret-right" />
|
<i className="fas fa-caret-right" />
|
||||||
)}
|
)}
|
||||||
</span>
|
</span>
|
||||||
{colIndex === 0 && (
|
{col.name.constraint && (
|
||||||
<span className="tw-mr-3 tw--ml-2">
|
<span className="tw-mr-3 tw--ml-2">
|
||||||
{getConstraintIcon(
|
{getConstraintIcon(
|
||||||
col.name.constraint,
|
col.name.constraint,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user