Skip to content

Commit

Permalink
Merge branch 'master' into kort-søknad_bruker-kan-legge-kategorier-på…
Browse files Browse the repository at this point in the history
…-dokumenter-som-opplastes-under-Annet

# Conflicts:
#	src/lib/components/fileupload/FileUploadBox.tsx
  • Loading branch information
joeldlin committed Dec 10, 2024
2 parents 198a446 + 8e08227 commit e66d8a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/components/fileupload/FileUploadBox.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ const DokumentUploader = ({
/>
{previewFile && (
<ForhandsvisningVedleggModal
header={"Dokumentasjon"}
header={"Er det lesbart?"}
file={previewFile}
onAccept={async () => {
if (!previewFile) return;
Expand Down

0 comments on commit e66d8a9

Please sign in to comment.