Skip to content

Commit

Permalink
Cleanup conclusionForm
Browse files Browse the repository at this point in the history
  • Loading branch information
johannaagma committed Jan 9, 2025
1 parent 10712a1 commit c51e9e0
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,10 @@ import {
buildMessageWithLinkButtonField,
buildMultiField,
buildSection,
buildSubmitField,
coreMessages,
getValueViaPath,
} from '@island.is/application/core'
import { DefaultEvents, Form, FormModes } from '@island.is/application/types'
import { Form, FormModes } from '@island.is/application/types'
import { conclusion } from '../lib/messages'
import { Logo } from '../assets/Logo'
import { ApplicationType } from '../utils'
Expand All @@ -19,7 +18,6 @@ export const Conclusion: Form = buildForm({
title: '',
logo: Logo,
mode: FormModes.IN_PROGRESS,
renderLastScreenButton: true,
children: [
buildSection({
id: 'conclusionSection',
Expand Down Expand Up @@ -69,6 +67,7 @@ export const Conclusion: Form = buildForm({
url: '/minarsidur/umsoknir',
buttonTitle: coreMessages.openServicePortalButtonTitle,
message: coreMessages.openServicePortalMessageText,
marginBottom: [4, 4, 12],
}),
],
}),
Expand Down

0 comments on commit c51e9e0

Please sign in to comment.