🐛 Fikset build error pga ubrukt state
Co-authored-by: Sindre Kjelsrud <sindre.kjelsrud@nav.no>
This commit is contained in:
parent
75212e1f47
commit
255541de6c
1 changed files with 4 additions and 1 deletions
|
@ -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) => (
|
||||
|
|
Reference in a new issue