Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9fc5d549 authored by AVINASH GUSAIN's avatar AVINASH GUSAIN
Browse files

camelcase

parent a0593935
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -245,7 +245,7 @@
				<InviteesList v-if="!isLoading"
					:calendar-object-instance="calendarObjectInstance"
					:is-read-only="isReadOnly"
					@newattendeeadded="newattendeeadded" />
					@new-attendee-added="newAttendeeAdded" />
			</div>
			<SaveButtons v-if="showSaveButtons"
				class="app-sidebar-tab__buttons"
@@ -505,7 +505,7 @@ export default {
				customColor,
			})
		},
		newattendeeadded(v) {
		newAttendeeAdded(v) {
			if (v === 'added') {
				 this.$refs.form.addJitsiUrl()
			}