Skip to content

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
jenniferarnesen committed Feb 6, 2024
1 parent 09d4a89 commit 9e1490e
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export const InterpretationsUnit = forwardRef(
const showNoTimeDimensionHelpText =
type === 'eventVisualization' && !visualizationHasTimeDimension

const { data, loading, refetch, fetching } = useDataQuery(
const { data, loading, fetching, refetch } = useDataQuery(
interpretationsQuery,
{
lazy: true,
Expand Down Expand Up @@ -91,6 +91,7 @@ export const InterpretationsUnit = forwardRef(
useEffect(() => {
if (id) {
setFetchingComplete(false)
setListUpdateInProgress(true)
refetch({ type, id })
}
}, [type, id, renderId, refetch])
Expand Down

0 comments on commit 9e1490e

Please sign in to comment.