Skip to content

Commit

Permalink
resolve
Browse files Browse the repository at this point in the history
  • Loading branch information
diegomedina248 committed Apr 22, 2022
1 parent 083ec4b commit f3692a1
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -392,11 +392,9 @@ const ExploreChartPanel = ({
errorMessage={errorMessage}
queriesResponse={chart.queriesResponse}
chartUpdateCacheInvalidationStatus={
props.actions.chartUpdateCacheInvalidationStatus
}
latestQueryCacheInvalidated={
props.chart.latestQueryCacheInvalidated
actions.chartUpdateCacheInvalidationStatus
}
latestQueryCacheInvalidated={chart.latestQueryCacheInvalidated}
/>
</Split>
)}
Expand Down

0 comments on commit f3692a1

Please sign in to comment.