summaryrefslogtreecommitdiff
path: root/frontend/app/views/tile/components/tile.form.js
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2021-04-19 14:32:55 +0200
committerJules Laplace <julescarbon@gmail.com>2021-04-19 14:32:55 +0200
commit782ecf85499fcbc44d55798c756f512cd8d4470e (patch)
tree526269b653649917261b2514e8985784aa683d4d /frontend/app/views/tile/components/tile.form.js
parentb85cbe193eeea07e667f9e85fec1badf1416b11b (diff)
show group on hover
Diffstat (limited to 'frontend/app/views/tile/components/tile.form.js')
-rw-r--r--frontend/app/views/tile/components/tile.form.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/app/views/tile/components/tile.form.js b/frontend/app/views/tile/components/tile.form.js
index 2e6dfef..a3c3131 100644
--- a/frontend/app/views/tile/components/tile.form.js
+++ b/frontend/app/views/tile/components/tile.form.js
@@ -338,7 +338,7 @@ class TileForm extends Component {
pageList={this.state.pageList} popupList={this.state.popupList}
cursors={this.state.cursors}
/>
- <TileMiscForm tile={temporaryTile} errorFields={errorFields} parent={this} />
+ <TileMiscForm tile={temporaryTile} errorFields={errorFields} parent={this} popupList={this.state.popupList} />
<TileSoundForm tile={temporaryTile} errorFields={errorFields} parent={this} />
<div className='row buttons'>