X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FUI.git;a=blobdiff_plain;f=skyquake%2Fplugins%2Fconfig%2Fsrc%2Fdashboard%2Fdashboard.jsx;fp=skyquake%2Fplugins%2Fconfig%2Fsrc%2Fdashboard%2Fdashboard.jsx;h=74309949800591496e539f4b29b4a760ca1f9d7c;hp=99bff0681b0ac087b59bc3871c6f3fa6a1923c9c;hb=3cfa5123b73abd2b5b90917f14e4d41567bab98d;hpb=f32a4bdd144eefe6e5e112b7359d3d26b4ff5bbb diff --git a/skyquake/plugins/config/src/dashboard/dashboard.jsx b/skyquake/plugins/config/src/dashboard/dashboard.jsx index 99bff0681..743099498 100644 --- a/skyquake/plugins/config/src/dashboard/dashboard.jsx +++ b/skyquake/plugins/config/src/dashboard/dashboard.jsx @@ -15,7 +15,7 @@ import Button from 'widgets/button/rw.button.js'; class ConfigDashboard extends React.Component { constructor(props) { super(props); - this.Store = this.props.flux.stores.hasOwnProperty('ConfigStore') ? this.props.flux.stores.ConfigStore : this.props.flux.createStore(ConfigStore); + this.Store = this.props.flux.stores.hasOwnProperty('ConfigStore') ? this.props.flux.stores.ConfigStore : this.props.flux.createStore(ConfigStore, "ConfigStore"); this.state = this.Store.getState(); } componentWillMount() {