File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
classes/Visualizer/Render/Page Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ protected function _renderToolbar() {
120120
121121 if ( ! empty ( $ libraries ) ) {
122122 ?>
123- <select name="chart-library" class="viz-select-library<?php echo ! Visualizer_Module_Admin::proFeaturesLocked () ? ' viz-hide-libary ' : '' ; ?> " data-type-vs-library="<?php echo esc_attr ( json_encode ( $ type_vs_library ) ); ?> ">
123+ <select name="chart-library" class="viz-select-library<?php echo ! Visualizer_Module_Admin::proFeaturesLocked () && ! defined ( ' TI_CYPRESS_TESTING ' ) ? ' viz-hide-libary ' : '' ; ?> " data-type-vs-library="<?php echo esc_attr ( json_encode ( $ type_vs_library ) ); ?> ">
124124 <option value=""><?php esc_html_e ( 'Use Library ' , 'visualizer ' ); ?> </option>
125125 <?php
126126 foreach ( $ libraries as $ library ) {
You can’t perform that action at this time.
0 commit comments