Skip to content

Commit

Permalink
fix(IDM): temp disable verif reqs (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakeaturner authored Sep 2, 2023
1 parent c20bd22 commit a6352ff
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion components/instructor_profile/InstructorProfileForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,11 @@
@click="handleStartForm"
type="submit"
class="mt-6"
:disabled="true"
v-if="shouldShowStartButton"
>
{{ $t(getStartButtonTextKey) }}
{{ $t('common.comingsoon') }}
<!-- {{ $t(getStartButtonTextKey) }} -->
</ThemedButton>
</div>
<div
Expand Down
3 changes: 2 additions & 1 deletion locales/en-us.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
"loading": "Loading...",
"more": "More",
"status": "Status",
"select": "Select"
"select": "Select",
"comingsoon": "Coming Soon..."
},
"welcome": {
"getstarted": "Get Started"
Expand Down

0 comments on commit a6352ff

Please sign in to comment.