PluginProbe
Visualizer – Tables & Charts Manager with Built-in AI Generator / 3.6.1
Visualizer – Tables & Charts Manager with Built-in AI Generator v3.6.1
4.0.7 4.0.6 4.0.5 4.0.4 4.0.3 3.0.5 3.0.6 3.0.7 3.0.8 3.0.9 3.1.0 3.1.1 3.1.2 3.1.3 3.10.0 3.10.1 3.10.10 3.10.11 3.10.12 3.10.13 3.10.14 3.10.15 3.10.2 3.10.3 3.10.4 All 148 releases
← All changes | classes/Visualizer/Gutenberg/src/Components/ChartPermissions.js +0 -2 3.10.13.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.' ) }