Skip to content

Commit

Permalink
Remove edit button temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
johannaagma committed Jan 9, 2025
1 parent b899419 commit 3196e4c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,19 +70,6 @@ export const Conclusion: Form = buildForm({
buttonTitle: coreMessages.openServicePortalButtonTitle,
message: coreMessages.openServicePortalMessageText,
}),
buildSubmitField({
id: 'submit',
placement: 'footer',
title: '',
refetchApplicationAfterSubmit: true,
actions: [
{
event: DefaultEvents.EDIT,
name: conclusion.overview.editButton,
type: 'signSubtle',
},
],
}),
],
}),
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,5 @@ export const conclusion = {
'Umsóknartímabili lýkur aa. júní. Ekki verður farið að vinna úr umsóknum fyrr en eftir þessa dagsetningu. Ef þú af einhverjum ástæðum vilt gera breytingar þarftu að gera það áður en tímabilinu lýkur.',
description: 'Conclusion overview alert message',
},
editButton: {
id: 'ss.application:conclusion.overview.editButton',
defaultMessage: 'Breyta umsókn',
description: 'Conclusion overview edit button',
},
}),
}

0 comments on commit 3196e4c

Please sign in to comment.