Selaa lähdekoodia

feature/1001815

lizi 3 vuotta sitten
vanhempi
commit
8606fd87b6
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      src/views/report/components/reference/ReferenceDraw.vue

+ 1 - 1
src/views/report/components/reference/ReferenceDraw.vue

@@ -111,7 +111,7 @@ function onSectionRecordUse(sectionId: number) {
   })
 }
 
-function onSectionRecordCancel(sectionId: number) { 
+function onSectionRecordCancel(sectionId: number) {
   paperSectionService.cancel(sectionId).then(() => {
     paperSectionUsage.value[`${sectionId}`] = false
   })