Skip to content

Commit

Permalink
fix: add missing valueset store
Browse files Browse the repository at this point in the history
  • Loading branch information
pl-buiquang committed Oct 4, 2024
1 parent a15ef49 commit f5ba191
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/state/store.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ import pmsi from './pmsi'
import me from './me'
import syncHierarchyTable from './syncHierarchyTable'
import warningDialog from './warningDialog'
import valueSets from './valueSets'

const cohortCreationReducer = combineReducers({
criteria,
Expand All @@ -33,6 +34,7 @@ const cohortCreationReducer = combineReducers({
const rootReducer = combineReducers({
me,
cohortCreation: cohortCreationReducer,
valueSets,
exploredCohort,
drawer,
message,
Expand Down

0 comments on commit f5ba191

Please sign in to comment.