Skip to content

Commit

Permalink
Hide the video link text field if they want zoom meeting links generated
Browse files Browse the repository at this point in the history
  • Loading branch information
MelissaAutumn committed May 8, 2024
1 parent 235347f commit 3142c52
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/components/ScheduleCreation.vue
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,7 @@
<input
type="text"
v-model="scheduleInput.location_url"
v-if="scheduleInput.meeting_link_provider === meetingLinkProviderType.none"
:placeholder="t('placeholder.zoomCom')"
:disabled="!scheduleInput.active || scheduleInput.meeting_link_provider !== meetingLinkProviderType.none"
class="place-holder w-full rounded-md disabled:cursor-not-allowed"
Expand Down

0 comments on commit 3142c52

Please sign in to comment.