Skip to content
This repository has been archived by the owner on Oct 25, 2022. It is now read-only.

Commit

Permalink
Add table className also on edit
Browse files Browse the repository at this point in the history
  • Loading branch information
avoinea committed Sep 20, 2021
1 parent 3409388 commit 9fa9140
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/blocks/Table/TableBlockEdit.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -640,6 +640,7 @@ class Edit extends Component {
celled={this.props.data.table.celled}
inverted={this.props.data.table.inverted}
striped={this.props.data.table.striped}
className="slate-table-block"
>
<Table.Body>
{map(this.props.data.table.rows, (row, rowIndex) => (
Expand Down

0 comments on commit 9fa9140

Please sign in to comment.