Skip to content

Commit

Permalink
fixing recipient email
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelChung123 committed Dec 15, 2021
1 parent 7bdeb47 commit 9f82145
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/frontend/src/components/forms/submission/StatusPanel.vue
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,9 @@
item-value="code"
v-model="statusToSet"
:rules="[(v) => !!v || 'Status is required']"
@change="statusFields = true;"
@change="onStatusChange(statusToSet)"
/>
<!-- statusFields = true; -->

<div v-show="statusFields" v-if="showRevising">
<v-text-field v-model="revisionEmail" label="Recipient Email" outlined dense />
Expand Down

0 comments on commit 9f82145

Please sign in to comment.