Skip to content

Commit

Permalink
Bruk spinner i staden for tekst når vi laster sakshistorikk
Browse files Browse the repository at this point in the history
Co-authored-by: Per-Christian Nielsen <[email protected]>
  • Loading branch information
nimajimale and perchrnie committed Oct 6, 2023
1 parent 4e9b786 commit 5f9b75e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import styled from "styled-components";
import { Accordion, BodyShort, Heading } from "@navikt/ds-react";
import { Accordion, BodyShort, Heading, Loader } from "@navikt/ds-react";
import { lokalDato } from "../../../util/dato";
import { StatusBadge } from "../../../components/Badge/StatusBadge";
import { SakshistorikkTabell } from "./SakshistorikkTabell";
Expand Down Expand Up @@ -33,7 +33,7 @@ export const SamarbeidshistorikkFane = ({ orgnr, className }: Samarbeidshistorik
return (
<Container className={className}>
<Heading spacing={true} size="large">Samarbeidshistorikk</Heading>
<BodyShort>Laster</BodyShort>
<Loader/>
</Container>
)
}
Expand Down

0 comments on commit 5f9b75e

Please sign in to comment.