Skip to content

Commit

Permalink
Fix Cursor Pointer Not Functional for Taxonomy Label on IBM Watson NL…
Browse files Browse the repository at this point in the history
…U Screen #714
  • Loading branch information
iamdharmesh committed Feb 19, 2024
1 parent ee21bcb commit f4813d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions includes/Classifai/Features/Classification.php
Original file line number Diff line number Diff line change
Expand Up @@ -951,13 +951,13 @@ public function render_nlu_feature_settings( array $args ) {

<p>
<?php $this->render_input( $feature_args ); ?>
<label for="classifai-settings-<?php echo esc_attr( $feature ); ?>">
<label for="<?php echo esc_attr( $feature ); ?>">
<?php esc_html_e( 'Enable', 'classifai' ); ?>
</label>
</p>

<p>
<label for="classifai-settings-<?php echo esc_attr( "{$feature}_threshold" ); ?>">
<label for="<?php echo esc_attr( "{$feature}_threshold" ); ?>">
<?php echo esc_html( $labels['threshold'] ); ?>
</label><br/>
<?php $this->render_input( $threshold_args ); ?>
Expand Down

0 comments on commit f4813d5

Please sign in to comment.