Skip to content

Commit

Permalink
fix(branch-weirdness): fixed weirdness on the branch
Browse files Browse the repository at this point in the history
  • Loading branch information
asalem1 committed Jun 23, 2020
1 parent 3f1fbe0 commit 5e07113
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/views/actions/thunks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ import {setActiveTimeMachine} from 'src/timeMachine/actions'
import {executeQueries} from 'src/timeMachine/actions/queries'
import {setView, Action} from 'src/views/actions/creators'
import {hashCode} from 'src/queryCache/actions'
import {getActiveTimeMachine} from 'src/timeMachine/selectors'
import {setQueryResults} from 'src/timeMachine/actions/queries'

// Selectors
Expand Down Expand Up @@ -130,6 +129,7 @@ export const getViewAndResultsForVEO = (
dispatch(setQueryResults(RemoteDataState.Done, files, null, null))
return
}
dispatch(executeQueries())
} catch (error) {
console.error(error)
dispatch(notify(copy.getViewFailed(error.message)))
Expand Down

0 comments on commit 5e07113

Please sign in to comment.