Skip to content

Commit 5a1a4dd

Browse files
committed
Gjør endring som ikke endrer noe, for å trigge byggvalidering
1 parent c79f8b8 commit 5a1a4dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client/app/saksbehandler/sokeboks/Søkeboks.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { SøkResultat } from 'saksbehandler/sokeboks/SøkResultat';
55
import VerticalSpacer from 'sharedComponents/VerticalSpacer';
66

77
export function Søkeboks() {
8-
const { isPending, mutate: utførSøk, data, reset: nullstillSøk } = useSøkOppgaveV3();
8+
const { mutate: utførSøk, isPending, data, reset: nullstillSøk } = useSøkOppgaveV3();
99

1010
return (
1111
<>

0 commit comments

Comments
 (0)