Skip to content

Commit

Permalink
Sett til minimum to bokstaver i yrkestypeahead
Browse files Browse the repository at this point in the history
  • Loading branch information
joarau committed Oct 31, 2024
1 parent 58b33f2 commit f4a08a9
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 @@ -30,7 +30,7 @@ const Janzz: FunctionComponent<Props> = ({ tittel }) => {
}, []);

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

0 comments on commit f4a08a9

Please sign in to comment.