From b37f75c55abc4496611df02d1224362c0d7c8ffa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jarda=20Kot=C4=9B=C5=A1ovec?= Date: Mon, 9 Sep 2024 15:10:09 +0200 Subject: [PATCH] wip --- src/pages/dashboard/DashboardPage.vue | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/pages/dashboard/DashboardPage.vue b/src/pages/dashboard/DashboardPage.vue index 6c286f73b..e3b2dc8ad 100644 --- a/src/pages/dashboard/DashboardPage.vue +++ b/src/pages/dashboard/DashboardPage.vue @@ -77,10 +77,6 @@ const props = defineProps({ /** Form for selection type of revision for recommending editor */ selectRevisionRecommendationForm: {type: Object, required: true}, - publicationTitleAbstractForm: {type: Object, required: true}, - publicationMetadataForm: {type: Object, required: true}, - publicationCitationsForm: {type: Object, required: true}, - sections: {type: Array, required: true}, /** List of Views */ views: { type: Array,