mirror of
https://github.com/datahub-project/datahub.git
synced 2025-12-25 08:58:26 +00:00
fix(browse): fix browse double click issue (#4382)
This commit is contained in:
parent
fab9c23aa5
commit
7eb0017c44
@ -61,7 +61,7 @@ export const BrowseResultsPage = () => {
|
||||
<LegacyBrowsePath type={entityType} path={path} isBrowsable />
|
||||
</Affix>
|
||||
{loading && <Message type="loading" content="Loading..." style={{ marginTop: '10%' }} />}
|
||||
{data && data.browse && (
|
||||
{data && data.browse && !loading && (
|
||||
<BrowseResults
|
||||
type={entityType}
|
||||
rootPath={rootPath}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user