We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee2c381 commit 6bbefb6Copy full SHA for 6bbefb6
packages/shared-domain/src/utils/forms-api-backwards-compatibility/form.ts
@@ -42,7 +42,7 @@ const mapInnsendingTypeToSubmissionTypes = (innsendingType?: InnsendingType): Su
42
* Metoden er implementert kun for å støtte bakoverkompatibilitet og skal fjernes ved migrering
43
*/
44
const removeInnsendingFromForm = (form: NavFormType): NavFormType => {
45
- const formProperties = (({ innsending, ettersending, ...rest }) => rest)(form.properties);
+ const formProperties = (({ innsending, ...rest }) => rest)(form.properties);
46
return {
47
...form,
48
properties: {
0 commit comments