whoops! forgot my hat.

pull/1969/head
Hunter Trujillo 2017-09-06 11:56:04 -06:00
parent 3764d4d650
commit 147abd76d9
1 changed files with 1 additions and 3 deletions

View File

@ -1,12 +1,10 @@
// Middleware generally used for actions needing parsed queryStrings
import queryString from 'query-string'
import uuid from 'node-uuid'
import {enablePresentationMode} from 'src/shared/actions/app'
import {editRawTextAsync} from 'src/data_explorer/actions/view'
import {templateVariablesSelectedByName} from 'src/dashboards/actions'
export const queryStringConfig = store => next => action => {
export const queryStringConfig = () => next => action => {
next(action)
const qs = queryString.parse(window.location.search)