diff --git a/packages/sak-dekorator/src/ErrorMessagePanel.tsx b/packages/sak-dekorator/src/ErrorMessagePanel.tsx index 8512a6dbb8..7345b0e614 100644 --- a/packages/sak-dekorator/src/ErrorMessagePanel.tsx +++ b/packages/sak-dekorator/src/ErrorMessagePanel.tsx @@ -1,6 +1,6 @@ import { decodeHtmlEntity } from '@fpsak-frontend/utils'; import { XMarkIcon } from '@navikt/aksel-icons'; -import { Button, Detail, HGrid } from '@navikt/ds-react'; +import { Button, Detail, HStack } from '@navikt/ds-react'; import React, { useMemo, useState } from 'react'; import { FormattedMessage, WrappedComponentProps, injectIntl } from 'react-intl'; import { v4 as uuidv4 } from 'uuid'; @@ -49,7 +49,7 @@ export const ErrorMessagePanel = (props: OwnProps & WrappedComponentProps) => { return (