diff --git a/frontend/src/Editor/Inspector/Components/Table.jsx b/frontend/src/Editor/Inspector/Components/Table.jsx index e45b99bbb5..7680bf0d91 100644 --- a/frontend/src/Editor/Inspector/Components/Table.jsx +++ b/frontend/src/Editor/Inspector/Components/Table.jsx @@ -230,6 +230,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} />