Skip to content

Commit

Permalink
Merge pull request #1317 from microbiomedata/fix-orcid-permission-val…
Browse files Browse the repository at this point in the history
…idation

Revalidate form when permission level changes
  • Loading branch information
pkalita-lbl authored Jul 26, 2024
2 parents ca91a61 + fa3e69f commit 7f026a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web/src/views/SubmissionPortal/Components/StudyForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,7 @@ export default defineComponent({
outlined
dense
persistent-hint
@change="() => formRef.validate()"
>
<template #prepend-inner>
<v-tooltip
Expand Down

0 comments on commit 7f026a4

Please sign in to comment.