Skip to content

Commit

Permalink
On quick meeting and visio, select 1st profile by default
Browse files Browse the repository at this point in the history
  • Loading branch information
tjiho committed Feb 4, 2025
1 parent db96ba2 commit 3940128
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ export default {
value: true,
label: this.$t("session.create_page.keep_audio_label"),
},
selectedProfile: null,
selectedProfile: this.transcriberProfiles[0],
formSubmitLabel: this.$i18n.t("quick_session.creation.submit_button"),
formError: null,
Expand Down
2 changes: 1 addition & 1 deletion studio-frontend/src/components/VisioCreateContent.vue
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ export default {
label: this.$t("session.create_page.keep_audio_label"),
},
supportedVisioServices: ["jitsi", "bigbluebutton"],
selectedProfile: null,
selectedProfile: this.transcriberProfiles[0],
formSubmitLabel: this.$t("quick_session.setup_visio.join_meeting"),
formError: null,
Expand Down

0 comments on commit 3940128

Please sign in to comment.