Skip to content

Commit

Permalink
Fix på yrker select box
Browse files Browse the repository at this point in the history
#deploy-test-frontend
  • Loading branch information
stigus committed Nov 13, 2023
1 parent 2e11645 commit b3600a4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export const useKodeverk = (kodeverkNavn) => {
label: kode.valuta + ` (${kode.valutakode})`,
value: kode.valutakode,
}))) ||
data?.koder
_.cloneDeep(data?.koder)

const kodeverkSortert = SortKodeverkArray({ koder: koder, name: kodeverkNavn })

Expand Down

0 comments on commit b3600a4

Please sign in to comment.