diff options
| author | cedricnjanga | 2017-10-09 17:14:27 +0200 |
|---|---|---|
| committer | cedricnjanga | 2017-10-09 17:14:27 +0200 |
| commit | 08b002abfb101b1edce9750231c989591e049bf7 (patch) | |
| tree | 4b574c92de11caed87fa4ecb6bf4bcbf1bc944a7 /app/javascript/time_tables | |
| parent | c4362d355d6f3b2f407e8c51bb6c0bee43f39df3 (diff) | |
| download | chouette-core-08b002abfb101b1edce9750231c989591e049bf7.tar.bz2 | |
Working standard webpacker config
Diffstat (limited to 'app/javascript/time_tables')
| -rw-r--r-- | app/javascript/time_tables/components/TagsSelect2.js | 2 |
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 |
