summaryrefslogtreecommitdiff
path: root/frontend/app/views/tile/components/tile.new.js
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2021-03-20 19:24:13 +0100
committerJules Laplace <julescarbon@gmail.com>2021-03-20 19:24:13 +0100
commit50d5c3c2f10725af8ebb6db47c209f7000abc8f4 (patch)
tree3324d485ef7684189c50cfeb6e05ee0c7397601f /frontend/app/views/tile/components/tile.new.js
parentd9ee2c97882ea5ace9c28ac6560ffa240daf9345 (diff)
remove foreignkey constraint on target_page_id. toggle popups. show list of popups, if a tile link is open/close popup
Diffstat (limited to 'frontend/app/views/tile/components/tile.new.js')
-rw-r--r--frontend/app/views/tile/components/tile.new.js1
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 => {