diff --git a/apps/presentationeditor/mobile/src/controller/edit/EditTable.jsx b/apps/presentationeditor/mobile/src/controller/edit/EditTable.jsx index 3c027d97c1..9ae2be6baa 100644 --- a/apps/presentationeditor/mobile/src/controller/edit/EditTable.jsx +++ b/apps/presentationeditor/mobile/src/controller/edit/EditTable.jsx @@ -206,7 +206,7 @@ class EditTableController extends Component { onAddRowBelow={this.onAddRowBelow} onRemoveColumn={this.onRemoveColumn} onRemoveRow={this.onRemoveRow} - onCellMargins={this.onCellMargins} + onOptionMargin={this.onOptionMargin} onStyleClick={this.onStyleClick} onCheckTemplateChange={this.onCheckTemplateChange} onFillColor={this.onFillColor}