Skip to content

Commit

Permalink
Merge pull request #701 from navikt/FS-229897_mine_filter-bug
Browse files Browse the repository at this point in the history
FS-229897 Mine filter-bug
  • Loading branch information
Mathiamu authored Jul 14, 2022
2 parents a4250da + cb8d853 commit 5103e96
Show file tree
Hide file tree
Showing 6 changed files with 114 additions and 109 deletions.
158 changes: 79 additions & 79 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@cypress/react": "^5.12.5",
"@faker-js/faker": "7.3.0",
"@types/classnames": "2.3.1",
"@types/jest": "28.1.4",
"@types/jest": "28.1.5",
"@types/query-string": "6.3.0",
"@types/react": "17.0.47",
"@types/react-dom": "17.0.17",
Expand All @@ -36,16 +36,16 @@
},
"dependencies": {
"@craco/craco": "7.0.0-alpha.7",
"@navikt/ds-css": "0.18.26",
"@navikt/ds-css": "0.18.27",
"@navikt/ds-css-internal": "0.7.7",
"@navikt/ds-icons": "0.8.18",
"@navikt/ds-react": "0.19.19",
"@navikt/ds-react-internal": "0.14.20",
"@navikt/ds-icons": "0.8.19",
"@navikt/ds-react": "0.19.23",
"@navikt/ds-react-internal": "0.14.24",
"@navikt/fnrvalidator": "^1.1.3",
"@navikt/navspa": "5.0.1",
"@sanity/block-content-to-react": "^3.0.0",
"babel-polyfill": "6.26.0",
"browserslist": "^4.16.5",
"browserslist": "4.21.2",
"classnames": "^2.2.6",
"craco-less": "2.1.0-alpha.0",
"cross-env": "7.0.3",
Expand All @@ -54,7 +54,7 @@
"cypress-wait-until": "^1.7.2",
"formik": "^2.2.6",
"lodash.throttle": "^4.1.1",
"moment": "2.29.3",
"moment": "2.29.4",
"nav-datovelger": "12.5.0",
"nav-frontend-chevron": "1.0.30",
"nav-frontend-chevron-style": "^1.0.4",
Expand Down
2 changes: 2 additions & 0 deletions src/ducks/filtrering.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ export const initialState: FiltervalgModell = {
kjonn: null,
landgruppe: [],
fodselsdagIMnd: [],
foedeland: [],
innsatsgruppe: [],
formidlingsgruppe: [],
servicegruppe: [],
Expand All @@ -63,6 +64,7 @@ export const initialState: FiltervalgModell = {
registreringstype: [],
arbeidslisteKategori: [],
cvJobbprofil: null,
tolkebehov: [],
utdanning: [],
utdanningGodkjent: [],
utdanningBestatt: [],
Expand Down
Loading

0 comments on commit 5103e96

Please sign in to comment.