aboutsummaryrefslogtreecommitdiffstats
path: root/app/javascript/time_tables/components
diff options
context:
space:
mode:
authorcedricnjanga2017-10-09 17:14:27 +0200
committercedricnjanga2017-10-09 17:14:27 +0200
commit08b002abfb101b1edce9750231c989591e049bf7 (patch)
tree4b574c92de11caed87fa4ecb6bf4bcbf1bc944a7 /app/javascript/time_tables/components
parentc4362d355d6f3b2f407e8c51bb6c0bee43f39df3 (diff)
downloadchouette-core-08b002abfb101b1edce9750231c989591e049bf7.tar.bz2
Working standard webpacker config
Diffstat (limited to 'app/javascript/time_tables/components')
-rw-r--r--app/javascript/time_tables/components/TagsSelect2.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/javascript/time_tables/components/TagsSelect2.js b/app/javascript/time_tables/components/TagsSelect2.js
index 24f473f42..22dc7aa9c 100644
--- a/app/javascript/time_tables/components/TagsSelect2.js
+++ b/app/javascript/time_tables/components/TagsSelect2.js
@@ -1,6 +1,6 @@
import React, { PropTypes, Component } from 'react'
import _ from 'lodash'
-import Select2 from 'react-select2-wrapper'
+import Select2 from 'react-select2'
// get JSON full path
let origin = window.location.origin