Skip to content

Commit

Permalink
Merge branch 'master' of github.com:navikt/helse-speil
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenramthun committed Aug 6, 2019
2 parents d24d4c6 + 19b32ca commit d8c1544
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/widgets/modal/ErrorModal.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ const ErrorModal = ({ errorMessage, onClose }) => (
isOpen={true}
contentLabel="Feilmelding"
closeButton={false}
onRequestClose={onClose || (() => {})}
>
<Systemtittel>Det har oppstått en feil</Systemtittel>
<Normaltekst>{errorMessage}</Normaltekst>
Expand Down

0 comments on commit d8c1544

Please sign in to comment.