Skip to content
Merged
Prev Previous commit
Next Next commit
refactored - copilots hint to rephrase condition
  • Loading branch information
jr-rk committed Jun 20, 2025
commit b0f91ae50b2c9ef36f323c426239d55225d4bf31
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ <h5 class="card-header">{{ 'handle-table.title' | translate }}</h5>
</div>
<input type="text" id="clarin-dc-search-box" class="form-control" aria-label="Text input with dropdown button"
[(ngModel)]="searchQuery"
[disabled]="searchOption == null || searchOption == ''">
[disabled]="!searchOption">
<span class="input-group-append" (click)="searchHandles()">
<button type="submit" class="btn btn-primary search-button">
<i class="fas fa-search"></i>{{'handle-table.dropdown.search-button' | translate}}</button>
Expand Down