Skip to content

Commit

Permalink
fix: always undefined location value of createtion-schedule-popup (fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gayeon1025 committed May 27, 2020
1 parent 4e5899a commit 1f29253
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/view/popup/scheduleCreationPopup.js
Original file line number Diff line number Diff line change
Expand Up @@ -764,7 +764,7 @@ ScheduleCreationPopup.prototype._onClickCreateSchedule = function(form) {
this.fire('beforeCreateSchedule', {
calendarId: form.calendarId,
title: form.title.value,
location: location.value,
location: form.location.value,
raw: {
class: form.isPrivate ? 'private' : 'public'
},
Expand Down

0 comments on commit 1f29253

Please sign in to comment.