diff options
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'> |
