We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c79f8b8 commit 5a1a4ddCopy full SHA for 5a1a4dd
src/client/app/saksbehandler/sokeboks/Søkeboks.tsx
@@ -5,7 +5,7 @@ import { SøkResultat } from 'saksbehandler/sokeboks/SøkResultat';
5
import VerticalSpacer from 'sharedComponents/VerticalSpacer';
6
7
export function Søkeboks() {
8
- const { isPending, mutate: utførSøk, data, reset: nullstillSøk } = useSøkOppgaveV3();
+ const { mutate: utførSøk, isPending, data, reset: nullstillSøk } = useSøkOppgaveV3();
9
10
return (
11
<>
0 commit comments