File tree 2 files changed +4
-0
lines changed
2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -33,6 +33,7 @@ import WorkflowChangeSubmissionLanguage from './components/publication/WorkflowC
33
33
import WorkflowPrimaryBasicMetadata from ' ./components/primary/WorkflowPrimaryBasicMetadata.vue' ;
34
34
import WorkflowSubmissionStatus from ' ./components/primary/WorkflowSubmissionStatus.vue' ;
35
35
import WorkflowPublicationEditWarning from ' ./components/publication/WorkflowPublicationEditWarning.vue' ;
36
+ import WorkflowPublicationEditDisabled from ' ./components/publication/WorkflowPublicationEditDisabled.vue' ;
36
37
37
38
const props = defineProps ({
38
39
submissionId: {type: Number , required: true },
@@ -61,6 +62,7 @@ const Components = markRaw({
61
62
WorkflowChangeSubmissionLanguage,
62
63
WorkflowSubmissionStatus,
63
64
WorkflowPublicationEditWarning,
65
+ WorkflowPublicationEditDisabled,
64
66
WorkflowMarketingForm,
65
67
WorkflowWorkTypeOMP,
66
68
});
Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ import WorkflowPrimaryBasicMetadata from './components/primary/WorkflowPrimaryBa
27
27
import WorkflowPublicationRelationDropdownOPS from ' ./components/publication/WorkflowPublicationRelationDropdownOPS.vue' ;
28
28
import WorkflowSubmissionStatus from ' ./components/primary/WorkflowSubmissionStatus.vue' ;
29
29
import WorkflowPublicationEditWarning from ' ./components/publication/WorkflowPublicationEditWarning.vue' ;
30
+ import WorkflowPublicationEditDisabled from ' ./components/publication/WorkflowPublicationEditDisabled.vue' ;
30
31
31
32
const props = defineProps ({
32
33
submissionId: {type: Number , required: true },
@@ -50,6 +51,7 @@ const Components = markRaw({
50
51
WorkflowChangeSubmissionLanguage,
51
52
WorkflowSubmissionStatus,
52
53
WorkflowPublicationEditWarning,
54
+ WorkflowPublicationEditDisabled,
53
55
});
54
56
55
57
const store = useWorkflowStore ({
You can’t perform that action at this time.
0 commit comments