diff options
Diffstat (limited to 'frontend/app/views/tile/components/tile.new.js')
| -rw-r--r-- | frontend/app/views/tile/components/tile.new.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/frontend/app/views/tile/components/tile.new.js b/frontend/app/views/tile/components/tile.new.js index b491fdd..e0f61a6 100644 --- a/frontend/app/views/tile/components/tile.new.js +++ b/frontend/app/views/tile/components/tile.new.js @@ -21,6 +21,7 @@ class TileNew extends Component { // history.push('/' + graph.path + '/' + res.res.path) // } this.props.pageActions.hideAddTileForm() + this.props.pageActions.loadPopups() this.props.tileActions.clearTemporaryTile() }) .catch(err => { |
