Skip to content

Commit

Permalink
changed path again to match new location of vue modal
Browse files Browse the repository at this point in the history
  • Loading branch information
MrRob100 committed Nov 14, 2024
1 parent 7f67e19 commit ae973c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Modal/ModalManager.vue
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ import {storeToRefs} from 'pinia';
import SideModal from '@/components/Modal/SideModal.vue';
import LegacyAjax from '@/components/Modal/SideModalBodyLegacyAjax.vue';
import PkpDialog from '@/components/Modal/Dialog.vue';
import WorkflowLogResponseForModal from '@/pages/workflow/WorkflowLogResponseForModal.vue';
import WorkflowLogResponseModal from '@/managers/ReviewerManager/modals/WorkflowLogResponseModal.vue';
const GlobalModals = {LegacyAjax, WorkflowLogResponseForModal};
const GlobalModals = {LegacyAjax, WorkflowLogResponseModal};
const modalStore = useModalStore();
const {sideModal1, sideModal2} = storeToRefs(useModalStore());
Expand Down

0 comments on commit ae973c8

Please sign in to comment.