diff --git a/frontend/src/Editor/Inspector/Components/Table.jsx b/frontend/src/Editor/Inspector/Components/Table.jsx index 876efffdb8..4896e13d4f 100644 --- a/frontend/src/Editor/Inspector/Components/Table.jsx +++ b/frontend/src/Editor/Inspector/Components/Table.jsx @@ -231,6 +231,7 @@ class Table extends React.Component { eventOptionUpdated={this.actionButtonEventOptionUpdated} currentState={this.state.currentState} extraData={{ actionButton: action, index: index }} // This data is returned in the callbacks + apps={this.props.apps} />