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