diff --git a/frontend/src/Apps/ScientificPublications/FilterComponent.vue b/frontend/src/Apps/ScientificPublications/FilterComponent.vue index 238a31d..f2cb363 100644 --- a/frontend/src/Apps/ScientificPublications/FilterComponent.vue +++ b/frontend/src/Apps/ScientificPublications/FilterComponent.vue @@ -38,7 +38,7 @@ for (let i=0;i< props.allArticles.length;i++) { if (!paperTypeList.value.includes(r.paperType)) paperTypeList.value.push(r.paperType); } -function monthtoString(month){ +function monthToString(month){ switch (month){ case "01": @@ -87,7 +87,7 @@ onClickOutside(target, ()=>emit('modal-close'))
Year :
Access :
Language :
-
Month :
+
Month :
Domain :
PaperType :