@seafile/seafile-calendar 0.0.29-alpha78 → 0.0.29-alpha79

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -6917,7 +6917,7 @@ var CalendarRightPanel = function (_React$Component) {
6917
6917
  locale = _props.locale;
6918
6918
 
6919
6919
  var selectedDate = value.format().slice(0, String(value.format()).indexOf('T'));
6920
- console.log('value', value.format(localeFormat));
6920
+ console.log('value', value.format(this.localeFormat));
6921
6921
  console.log('selectedDate', selectedDate);
6922
6922
  var highlight = this.state.highlightTime;
6923
6923
  var highlightTime = highlight ? highlight.format().slice(11, 16) : null;