-
Notifications
You must be signed in to change notification settings - Fork 0
Feat/innsendingstype checkbox #1472
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…e-checkbox # Conflicts: # packages/bygger/src/components/FormMetaDataEditor/FormMetadataEditor.test.tsx # packages/bygger/src/components/FormMetaDataEditor/fields/AddressFields.tsx # packages/bygger/src/components/FormMetaDataEditor/fields/EnhetFields.tsx # packages/bygger/src/components/FormMetaDataEditor/fields/SubmissionFields.tsx # packages/bygger/src/components/FormMetaDataEditor/utils/utils.ts
# Conflicts: # packages/bygger-backend/src/services/ReportService.test.ts # packages/bygger-backend/src/services/ReportService.ts
…nto feat/innsendingstype-checkbox
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
📎 🗡️ 🐐 💨 ⚽ 🥅
packages/bygger/src/components/FormMetaDataEditor/fields/AddressFields.tsx
Outdated
Show resolved
Hide resolved
packages/bygger/src/components/FormMetaDataEditor/fields/EnhetFields.tsx
Outdated
Show resolved
Hide resolved
packages/bygger/src/components/FormMetaDataEditor/fields/SubmissionFields.tsx
Outdated
Show resolved
Hide resolved
}; | ||
}; | ||
|
||
export const mapInnsendingToSubmissionTypes = (innsending?: InnsendingType): SubmissionType[] => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bruk den som ligger i shared-domain
@@ -18,6 +18,32 @@ const mapFormToNavForm = (form: Form): NavFormType => { | |||
}; | |||
}; | |||
|
|||
const mapInnsendingToSubmissionTypes = (innsending?: InnsendingType): SubmissionType[] => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Legg til i eksporten så den kan brukes av bygger-backend
a49ac80
to
5bd7edb
Compare
No description provided.