🐛 Fikset build error pga ubrukt state

Co-authored-by: Sindre Kjelsrud <sindre.kjelsrud@nav.no>
This commit is contained in:
Markus Johansen 2023-08-03 15:00:38 +02:00
parent 75212e1f47
commit 255541de6c

View file

@ -17,6 +17,9 @@ export default function Feil() {
const [valgteTags, setValgteTags] = useState([] as string[]);
const [aktørId, setAktørId] = useState("");
console.log(aktørId);
const handleSubmit = () => {
const payload = {
@ -121,7 +124,7 @@ export default function Feil() {
<Skillelinje/>
<Heading size="xsmall">
Haster det å fikse feilen?
Velg kategorier som passer
</Heading>
<Chips>
{tags.map((c) => (