← All changes
|
classes/Visualizer/Gutenberg/src/Components/ChartPermissions.js
+0
-2
3.10.4
→
3.6.1
View file →
| @@ -72,9 +72,8 @@ | ||
| 72 | 72 | { ( 'business' === visualizerLocalize.isPro ) ? |
| 73 | 73 | <PanelBody |
| 74 | 74 | title={ __( 'Who can see this chart?' ) } |
| 75 | 75 | initialOpen={ false } |
| 76 | - className="vz-permission-tab" | |
| 77 | 76 | > |
| 78 | 77 | |
| 79 | 78 | <SelectControl |
| 80 | 79 | label={ __( 'Select who can view the chart on the front-end.' ) } |
| @@ -128,9 +127,8 @@ | ||
| 128 | 127 | { ( 'business' === visualizerLocalize.isPro ) ? |
| 129 | 128 | <PanelBody |
| 130 | 129 | title={ __( 'Who can edit this chart?' ) } |
| 131 | 130 | initialOpen={ false } |
| 132 | - className="vz-permission-tab" | |
| 133 | 131 | > |
| 134 | 132 | |
| 135 | 133 | <SelectControl |
| 136 | 134 | label={ __( 'Select who can edit the chart on the front-end.' ) } |