whoops! forgot my hat.
parent
3764d4d650
commit
147abd76d9
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue