fet(fluxWizard): add tags reducer
parent
378db7480a
commit
6d9b62a1e7
|
@ -1,5 +1,6 @@
|
|||
import {combineReducers} from 'redux'
|
||||
import buckets from './buckets'
|
||||
import aggregation from './aggregation'
|
||||
import tags from './tags'
|
||||
|
||||
export default combineReducers({buckets, aggregation})
|
||||
export default combineReducers({buckets, aggregation, tags})
|
||||
|
|
Loading…
Reference in New Issue