mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-31 12:39:01 +00:00
fix asset count issue (#21896)
This commit is contained in:
parent
43863ae6f3
commit
e2f35ff31b
@ -811,6 +811,12 @@ const AssetsTabs = forwardRef(
|
||||
}
|
||||
}, [isSummaryPanelOpen]);
|
||||
|
||||
useEffect(() => {
|
||||
if (assetCount !== undefined) {
|
||||
setTotalAssetCount(assetCount);
|
||||
}
|
||||
}, [assetCount]);
|
||||
|
||||
return (
|
||||
<>
|
||||
<div
|
||||
|
Loading…
x
Reference in New Issue
Block a user