diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2021-04-19 14:32:55 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2021-04-19 14:32:55 +0200 |
| commit | 782ecf85499fcbc44d55798c756f512cd8d4470e (patch) | |
| tree | 526269b653649917261b2514e8985784aa683d4d /frontend/app/views/tile/components/tile.form.js | |
| parent | b85cbe193eeea07e667f9e85fec1badf1416b11b (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.js | 2 |
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'> |
