fix: Results section in Explore shows an infinite spinner (#27366)

This commit is contained in:
Michael S. Molina 2024-03-04 08:15:55 -05:00 committed by GitHub
parent 5de2530e3c
commit 231e659b56
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -123,7 +123,8 @@ export const DataTablesPane = ({
if (
panelOpen &&
activeTabKey.startsWith(ResultTypes.Results) &&
chartStatus === 'rendered'
chartStatus &&
chartStatus !== 'loading'
) {
setIsRequest({
results: true,