mirror of
https://git.rwth-aachen.de/acs/public/villas/web/
synced 2025-03-09 00:00:01 +01:00
remove a simulation item in the context menu
This commit is contained in:
parent
cfef3fb7e0
commit
925950fcbc
1 changed files with 0 additions and 1 deletions
|
@ -116,7 +116,6 @@ class WidgetContextMenu extends React.Component {
|
|||
<MenuProvider id={'widgetMenu'+ this.props.index} style={{ border: '1px solid purple', display: 'inline-block' }}>
|
||||
<Widget
|
||||
data={this.props.widget}
|
||||
simulation={this.props.simulation}
|
||||
onWidgetChange={this.props.onWidgetChange}
|
||||
onWidgetStatusChange={this.props.onWidgetStatusChange}
|
||||
editing={this.props.editing}
|
||||
|
|
Loading…
Add table
Reference in a new issue