1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-21 14:50:08 +03:00

F #5780: Remove message while loading (#2060)

This commit is contained in:
Frederick Borges 2022-05-19 13:05:33 +02:00 committed by GitHub
parent b7925c9440
commit 01b769fb27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -208,7 +208,7 @@ const EnhancedTable = ({
<div className={clsx(styles.body, classes.body)}>
{/* NO DATA MESSAGE */}
{!isUninitialized && page?.length === 0 && (
{!isLoading && !isUninitialized && page?.length === 0 && (
<span className={styles.noDataMessage}>
<InfoEmpty />
<Translate word={T.NoDataAvailable} />