Skip to content

Commit

Permalink
[ADD] ZARS-734 review mode for participants
Browse files Browse the repository at this point in the history
  • Loading branch information
af-ekmz committed Feb 10, 2025
1 parent b74412c commit 0178f72
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/pages/Proposals/NewPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,8 @@ const isReviewMode = computed(() => {
return !(
proposalForm.value?.status === undefined ||
proposalForm.value?.status === ProposalStatus.Draft ||
proposalForm.value?.status === ProposalStatus.Rework
proposalForm.value?.status === ProposalStatus.Rework ||
!proposalForm.value.isParticipatingScientist
)
})
Expand Down

0 comments on commit 0178f72

Please sign in to comment.