From 02e9eda678595a818d1917bc7772c6e5474d16ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jarda=20Kot=C4=9B=C5=A1ovec?= Date: Tue, 8 Oct 2024 11:32:35 +0200 Subject: [PATCH] pkp/pkp-lib#7495 Fix path --- .../publication/WorkflowPublicationVersionControl.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/workflow/components/publication/WorkflowPublicationVersionControl.vue b/src/pages/workflow/components/publication/WorkflowPublicationVersionControl.vue index 6c7c8861a..320832fc8 100644 --- a/src/pages/workflow/components/publication/WorkflowPublicationVersionControl.vue +++ b/src/pages/workflow/components/publication/WorkflowPublicationVersionControl.vue @@ -27,7 +27,7 @@ import {computed} from 'vue'; import DropdownActions from '@/components/DropdownActions/DropdownActions.vue'; import {useLocalize} from '@/composables/useLocalize'; -import {useWorkflowStore} from '@/pages/workflow/WorkflowStore'; +import {useWorkflowStore} from '@/pages/workflow/workflowStore'; const props = defineProps({ submission: {type: Object, required: true},