Skip to content

Commit

Permalink
Prøv med typeahead for yrke på første bokstav
Browse files Browse the repository at this point in the history
  • Loading branch information
joarau committed Oct 31, 2024
1 parent 1bf6f27 commit 2ea7d35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stilling/stilling/edit/om-stillingen/janzz/Janzz.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const Janzz: FunctionComponent<Props> = ({ tittel }) => {
}
};

if (input.length > 2) {
if (input.length > 0) {
hentJanzzYrker(input);
} else {
setSuggestions(ikkeLastet());
Expand Down

0 comments on commit 2ea7d35

Please sign in to comment.