File tree 1 file changed +3
-3
lines changed
frontend/src/pages/destructionlist/review
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -242,7 +242,7 @@ export function DestructionListReviewPage() {
242
242
</ Body >
243
243
</ Modal >
244
244
< Modal
245
- title = { zaakSelection . length > 0 ? "Beoordelen" : "Accoderen " }
245
+ title = { zaakSelection . length > 0 ? "Beoordelen" : "Accorderen " }
246
246
open = { listModalDataState . open }
247
247
size = "m"
248
248
onClose = { ( ) => setListModalDataState ( { open : false } ) }
@@ -252,7 +252,7 @@ export function DestructionListReviewPage() {
252
252
fields = { listModalFormFields }
253
253
onSubmit = { onSubmitDestructionListForm }
254
254
validateOnChange
255
- labelSubmit = { zaakSelection . length > 0 ? "Beoordelen" : "Accoderen " }
255
+ labelSubmit = { zaakSelection . length > 0 ? "Beoordelen" : "Accorderen " }
256
256
/>
257
257
</ Body >
258
258
</ Modal >
@@ -261,7 +261,7 @@ export function DestructionListReviewPage() {
261
261
storageKey = { destructionListReviewKey }
262
262
zaken = { zaken }
263
263
selectedZaken = { selectedZaken }
264
- labelAction = { zaakSelection . length > 0 ? "Beoordelen" : "Accoderen " }
264
+ labelAction = { zaakSelection . length > 0 ? "Beoordelen" : "Accorderen " }
265
265
title = "Zaakdossiers"
266
266
onSubmitSelection = { ( ) => setListModalDataState ( { open : true } ) }
267
267
onSelect = { onSelect }
You can’t perform that action at this time.
0 commit comments