Skip to content

Commit

Permalink
update definition
Browse files Browse the repository at this point in the history
  • Loading branch information
James Tessmer committed Aug 20, 2024
1 parent 14c645a commit f0be731
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions web/src/views/SubmissionPortal/Components/StudyForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -242,12 +242,12 @@ export default defineComponent({
<div class="d-flex">
<v-text-field
v-model="fundingSource.value"
label="Funding Source"
:rules="requiredRules('Field cannot be empty.')"
label="Funding Source *"
:hint="Definitions.fundingSources"
outlined
:hint="Definitions.contributorOrcid"
persistent-hint
dense
persistent-hint
class="mb-2 mr-3"
/>
</div>
Expand Down

0 comments on commit f0be731

Please sign in to comment.