mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-06-21 02:23:12 +08:00
fix: not found is not visible when loading is visible (#3155)
This commit is contained in:
parent
69828548b1
commit
c68b611ad9
@ -146,12 +146,17 @@ function LogsExplorerList({
|
||||
isShowPageSize={false}
|
||||
optionsMenuConfig={config}
|
||||
/>
|
||||
|
||||
{options.format !== 'table' && (
|
||||
<Heading>
|
||||
<Typography.Text>Event</Typography.Text>
|
||||
</Heading>
|
||||
)}
|
||||
{logs.length === 0 && <Typography>No logs lines found</Typography>}
|
||||
|
||||
{!isLoading && logs.length === 0 && (
|
||||
<Typography>No logs lines found</Typography>
|
||||
)}
|
||||
|
||||
<InfinityWrapperStyled>{renderContent}</InfinityWrapperStyled>
|
||||
</>
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user