← All changes
|
classes/Visualizer/Gutenberg/src/Components/ChartEditor.js
+1
-2
3.10.12
→
3.3.4
View file →
| @@ -56,9 +56,8 @@ | ||
| 56 | 56 | rowHeaders={ true } |
| 57 | 57 | colHeaders={ true } |
| 58 | 58 | allowInvalid={ false } |
| 59 | 59 | className="htEditor" |
| 60 | - height="auto" | |
| 61 | 60 | cells={ ( row, col, prop ) => { |
| 62 | 61 | let cellProperties; |
| 63 | 62 | if ( 1 === row ) { |
| 64 | 63 | cellProperties = { |
| @@ -79,9 +78,9 @@ | ||
| 79 | 78 | /> |
| 80 | 79 | |
| 81 | 80 | <ButtonGroup> |
| 82 | 81 | <Button |
| 83 | - variant="secondary" | |
| 82 | + isDefault | |
| 84 | 83 | isLarge |
| 85 | 84 | onClick={ this.props.toggleModal } |
| 86 | 85 | > |
| 87 | 86 | { __( 'Close' ) } |