From d17f49c2e5b749aa0c63d56c8a1ee707f46dce86 Mon Sep 17 00:00:00 2001 From: soupette Date: Thu, 26 Apr 2018 13:44:26 +0200 Subject: [PATCH] Fixes #1041 I commented the DatetimeStyles import in the InputDate because it was messing with webpack. Since the new config it is not doing it anymore. --- .../strapi-helper-plugin/lib/src/components/InputDate/index.js | 2 +- packages/strapi-mongoose/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/strapi-helper-plugin/lib/src/components/InputDate/index.js b/packages/strapi-helper-plugin/lib/src/components/InputDate/index.js index ed9b3586ce..a503d47225 100644 --- a/packages/strapi-helper-plugin/lib/src/components/InputDate/index.js +++ b/packages/strapi-helper-plugin/lib/src/components/InputDate/index.js @@ -7,7 +7,7 @@ import React from 'react'; import moment from 'moment'; import PropTypes from 'prop-types'; -// import DateTimeStyle from 'react-datetime/css/react-datetime.css'; +import DateTimeStyle from 'react-datetime/css/react-datetime.css'; /* eslint-disable-line no-unused-vars */ import DateTime from 'react-datetime'; import { FormattedMessage } from 'react-intl'; import { isEmpty, isObject } from 'lodash'; diff --git a/packages/strapi-mongoose/package.json b/packages/strapi-mongoose/package.json index eada0a1ab2..ea93032da3 100755 --- a/packages/strapi-mongoose/package.json +++ b/packages/strapi-mongoose/package.json @@ -48,4 +48,4 @@ "npm": ">= 5.3.0" }, "license": "MIT" -} +} \ No newline at end of file