Skip to content

Commit 9f84dab

Browse files
committed
OCLOMRS-1044:Bug Fix: Pick Concepts from Source and Dictionaries
1 parent 5e4484a commit 9f84dab

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

src/apps/concepts/components/ViewConceptsHeader.tsx

+4-1
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,10 @@ const ViewConceptsHeader: React.FC<Props> = ({
173173
open={!!switchSourceAnchor}
174174
onClose={handleSwitchSourceClose}
175175
>
176-
<Grid container direction="column" className={classes.sourcesDropdownHeader}>
176+
<Grid
177+
container
178+
direction="column"
179+
className={classes.sourcesDropdownHeader}>
177180
<FormControlLabel
178181
control={
179182
<Switch

src/apps/dictionaries/redux/reducer.ts

+1-3
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,7 @@ import {
1212
RETRIEVE_DICTIONARIES_ACTION,
1313
RETRIEVE_DICTIONARY_ACTION,
1414
RETRIEVE_DICTIONARY_VERSIONS_ACTION,
15-
TOGGLE_SHOW_VERIFIED_ACTION,
16-
RETRIEVE_DICTIONARIES_COUNT_ACTION
17-
} from "./actionTypes";
15+
TOGGLE_SHOW_VERIFIED_ACTION} from "./actionTypes";
1816
import { LOGOUT_ACTION } from "../../authentication/redux/actionTypes";
1917

2018
const initialState: DictionaryState = {

0 commit comments

Comments
 (0)