Skip to content

Commit

Permalink
signal loaded
Browse files Browse the repository at this point in the history
  • Loading branch information
kenglxn committed Oct 5, 2023
1 parent c1e5fb3 commit a163e2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App/useUserInfo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { Set } from 'immutable';
import { useState } from 'react';

const UserInfoRespons = z.object({
loaded: z.boolean(),
loaded: z.boolean().optional(),
altinnError: z.boolean(),
organisasjoner: z.array(Organisasjon),
tilganger: z
Expand Down

0 comments on commit a163e2d

Please sign in to comment.