Skip to content

Commit

Permalink
Reload mapping on reload data fix #159
Browse files Browse the repository at this point in the history
  • Loading branch information
divyanshu013 committed Jan 24, 2018
1 parent 43a836c commit 81e423f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions live/src/js/HomePage.js
Original file line number Diff line number Diff line change
Expand Up @@ -784,6 +784,8 @@ var HomePage = createReactClass({
reloadData: function(){
this.getStreamingData(subsetESTypes);
this.getStreamingTypes();
// reload mappings
this.setMap();
},
reloadSettings: function() {
feed.getSettings()
Expand Down

0 comments on commit 81e423f

Please sign in to comment.