mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-10-14 10:18:23 +00:00
This commit is contained in:
parent
889e277636
commit
411a57b9e1
@ -273,7 +273,9 @@ const DatasetDetails: React.FC<DatasetDetailsProps> = ({
|
|||||||
height={38}
|
height={38}
|
||||||
toolTipPos={{ x: 20, y: -30 }}
|
toolTipPos={{ x: 20, y: -30 }}
|
||||||
/>
|
/>
|
||||||
<span className="tw--ml-6">rows</span>
|
<span className="tw--ml-6">{`${
|
||||||
|
tableProfile[0].rowCount || 0
|
||||||
|
} rows`}</span>
|
||||||
</div>
|
</div>
|
||||||
) : (
|
) : (
|
||||||
''
|
''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user