Skip to content

Commit

Permalink
pkp/pkp-lib#7495 Fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
jardakotesovec committed Oct 8, 2024
1 parent 6394638 commit 02e9eda
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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},
Expand Down

0 comments on commit 02e9eda

Please sign in to comment.