diff --git a/frontend/src/components/FeilCard.tsx b/frontend/src/components/FeilCard.tsx index 16923ca..990c6ca 100644 --- a/frontend/src/components/FeilCard.tsx +++ b/frontend/src/components/FeilCard.tsx @@ -1,5 +1,5 @@ import "@navikt/ds-css"; -import { Button, Heading, Modal, Tag } from "@navikt/ds-react"; +import { Button, Heading, Modal, Radio, RadioGroup, Tag, TextField } from "@navikt/ds-react"; import { IFeilmelding } from "../interface"; import FeilModal from "./FeilModal"; import { useEffect, useState } from "react"; @@ -25,9 +25,10 @@ export const FeilKort = (props: IFeilKort) => { Modal.setAppElement(document.getElementById('root')); }, []); + const [arbeidsstatus, setArbeidsstatus] = useState(0) + const lagreEndringer = () => { setRedigeringsmodus(false) - } return( @@ -46,7 +47,26 @@ export const FeilKort = (props: IFeilKort) => { {redigeringsmodus ?