[PE mobile] Renamed method
This commit is contained in:
parent
91bc43ca8c
commit
a8e577a603
|
@ -206,7 +206,7 @@ class EditTableController extends Component {
|
||||||
onAddRowBelow={this.onAddRowBelow}
|
onAddRowBelow={this.onAddRowBelow}
|
||||||
onRemoveColumn={this.onRemoveColumn}
|
onRemoveColumn={this.onRemoveColumn}
|
||||||
onRemoveRow={this.onRemoveRow}
|
onRemoveRow={this.onRemoveRow}
|
||||||
onCellMargins={this.onCellMargins}
|
onOptionMargin={this.onOptionMargin}
|
||||||
onStyleClick={this.onStyleClick}
|
onStyleClick={this.onStyleClick}
|
||||||
onCheckTemplateChange={this.onCheckTemplateChange}
|
onCheckTemplateChange={this.onCheckTemplateChange}
|
||||||
onFillColor={this.onFillColor}
|
onFillColor={this.onFillColor}
|
||||||
|
|
Loading…
Reference in a new issue