Skip to content

Commit fffe9b9

Browse files
committed
Fix checkbox ferdigstill journalpost
1 parent adc506a commit fffe9b9

File tree

1 file changed

+5
-1
lines changed
  • apps/dolly-frontend/src/main/js/src/components/fagsystem/dokarkiv/form/partials

1 file changed

+5
-1
lines changed

Diff for: apps/dolly-frontend/src/main/js/src/components/fagsystem/dokarkiv/form/partials/Dokument.tsx

+5-1
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,11 @@ export const Dokument = ({ path, formMethods, digitalInnsending }) => {
216216
</>
217217
)}
218218
</div>
219-
<FormCheckbox name={`${path}.ferdigstill`} label="Ferdigstill journalpost" />
219+
<FormCheckbox
220+
id={`${path}.ferdigstill`}
221+
name={`${path}.ferdigstill`}
222+
label="Ferdigstill journalpost"
223+
/>
220224
{digitalInnsending ? <Digitalinnsending path={path} /> : null}
221225
<VStack gap="4" style={{ margin: '10px 0 15px 0', width: '100%' }}>
222226
<FileUpload.Dropzone

0 commit comments

Comments
 (0)