Skip to content

Commit

Permalink
Bytt til stylet sidelaster
Browse files Browse the repository at this point in the history
  • Loading branch information
joarau committed Oct 16, 2024
1 parent 8b6f922 commit 4d755a9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/stilling/stilling/analyse/AnalyserStillingModal.tsx
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
import { BodyShort, Label, Loader, Modal, Alert } from '@navikt/ds-react';
import { BodyShort, Label, Modal, Alert } from '@navikt/ds-react';
import css from './AnalyserStillingModal.module.css';
import Stilling, { hentTittelFraStilling } from 'felles/domene/stilling/Stilling';
import { useStillingsanalyse } from '../../../api/stillings-api/stillingsanalyse';
import { useSelector } from 'react-redux';
import { State } from '../../redux/store';
import Sidelaster from 'felles/komponenter/sidelaster/Sidelaster';

type IAnalyserStillingModal = {
vis: boolean;
Expand Down Expand Up @@ -40,7 +41,7 @@ const AnalyseInnhold: React.FC<IAnalyseInnhold> = ({
if (isLoading) {
return (
<div className={css.spinnerContainer}>
<Loader size="medium" className={css.spinner} />
<Sidelaster size="medium" className={css.spinner} />
</div>
);
}
Expand Down

0 comments on commit 4d755a9

Please sign in to comment.