Skip to content

Commit

Permalink
status error ved opprett tilbakekrevingsbehandling
Browse files Browse the repository at this point in the history
  • Loading branch information
ramnav990 committed Oct 16, 2023
1 parent 071991a commit f9390d3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
gap: @spacing-s;
align-items: flex-start;
height: max-content;
width: 35%;
}

.knappContainer {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import { Button, Heading, Panel } from '@navikt/ds-react';
import React from 'react';
import { useNavigate } from 'react-router-dom';

import ApiErrorAlert from '~src/components/apiErrorAlert/ApiErrorAlert';
import LinkAsButton from '~src/components/linkAsButton/LinkAsButton';
import OppsummeringAvKravgrunnlag from '~src/components/oppsummering/kravgrunnlag/OppsummeringAvKravgrunnlag';
import { opprettNyTilbakekrevingsbehandling } from '~src/features/TilbakekrevingActions';
Expand Down Expand Up @@ -84,6 +85,7 @@ const KanTilbakekreves = (props: { sakId: string; saksversjon: number; kravgrunn
{formatMessage('tilbakekreving.kanTilbakekreves.ny')}
</Button>
</div>
{RemoteData.isFailure(opprettStatus) && <ApiErrorAlert error={opprettStatus.error} />}
</Panel>
<OppsummeringAvKravgrunnlag kravgrunnlag={props.kravgrunnlag} />
</>
Expand Down

0 comments on commit f9390d3

Please sign in to comment.