Skip to content

Commit

Permalink
Remove temporary 'hjemmel' that was replaced by tilbakekreving boolean
Browse files Browse the repository at this point in the history
  • Loading branch information
eriksson-daniel committed Oct 17, 2024
1 parent 094bffd commit b3eb269
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ 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', 'FTRL_22_15_TILBAKEKREVING'];
const TILBAKEKREVING_IDS = ['144', '145', '146', '147', '148', '149', '268'];

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

0 comments on commit b3eb269

Please sign in to comment.