Skip to content

Commit dc138da

Browse files
authored
Merge pull request #231 from contactashish13/issue-230
Unable to perform any other option after clicking "Import from other chart" option
2 parents 0c23755 + 49cc115 commit dc138da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

classes/Visualizer/Render/Page/Data.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ class="visualizer-select">
159159
</li>
160160
</ul>
161161
</li>
162-
<li class="viz-group <?php echo apply_filters( 'visualizer_pro_upsell_class', '' ); ?> ">
162+
<li class="viz-group <?php echo apply_filters( 'visualizer_pro_upsell_class', 'only-pro-feature' ); ?>">
163163
<h2 class="viz-group-title viz-sub-group"
164164
data-current="chart"><?php _e( 'Import from other chart', 'visualizer' ); ?><span
165165
class="dashicons dashicons-lock"></span></h2>

0 commit comments

Comments
 (0)