Skip to content

Commit

Permalink
fix: Results section in Explore shows an infinite spinner (apache#27366)
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-s-molina authored and sfirke committed Mar 22, 2024
1 parent 91bfc17 commit 3ed5ead
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,8 @@ export const DataTablesPane = ({
if (
panelOpen &&
activeTabKey.startsWith(ResultTypes.Results) &&
chartStatus === 'rendered'
chartStatus &&
chartStatus !== 'loading'
) {
setIsRequest({
results: true,
Expand Down

0 comments on commit 3ed5ead

Please sign in to comment.