@seafile/seafile-calendar 0.0.31-gzc02 → 0.0.31-gzc03
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.
package/dist/rc-calendar.js
CHANGED
@@ -7402,8 +7402,7 @@ var _initialiseProps = function _initialiseProps() {
|
|
7402
7402
|
|
7403
7403
|
if (!calendarStr) {
|
7404
7404
|
onChange(null);
|
7405
|
-
var nowDay = __WEBPACK_IMPORTED_MODULE_8_dayjs___default()().format(format);
|
7406
|
-
console.log('nowDay', nowDay);
|
7405
|
+
var nowDay = __WEBPACK_IMPORTED_MODULE_8_dayjs___default()().format(format[0]);
|
7407
7406
|
_this2.setState({ str: nowDay });
|
7408
7407
|
return;
|
7409
7408
|
}
|