Skip to content

Commit

Permalink
Identify more hjemler as tilbakekreving
Browse files Browse the repository at this point in the history
  • Loading branch information
eriksson-daniel committed Oct 17, 2024
1 parent b3eb269 commit 9e1c7a1
Showing 1 changed file with 14 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,20 @@ import { useSetTilbakekrevingMutation } from '@app/redux-api/oppgaver/mutations/
import { Alert, BodyShort, Checkbox, CheckboxGroup, Heading, HelpText } from '@navikt/ds-react';
import { styled } from 'styled-components';

const TILBAKEKREVING_IDS = ['144', '145', '146', '147', '148', '149', '268'];
const TILBAKEKREVING_IDS = [
'144',
'145',
'146',
'147',
'148',
'149',
'268',
'FORSKL_8',
'INNKL_25_T',
'INNKL_26A_T',
'INNKL_26B_T',
'INNKL_29',
];

export const Tilbakekreving = () => {
const { data: oppgave } = useOppgave();
Expand Down

0 comments on commit 9e1c7a1

Please sign in to comment.