Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
“rahuljain-dev” committed Nov 6, 2024
1 parent c3c4ee4 commit 62bae6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/widgets/nuxeo-selectivity.js
Original file line number Diff line number Diff line change
Expand Up @@ -2428,7 +2428,7 @@ typedArrayTags[weakMapTag] = false;
} else if(searchText && searchText !== '') {
this.resultsContainer.innerHTML = '';
}

//test
const filteredResults = this.selectivity.filterResults(results);
const value = this.selectivity.getValue();
const isFilteredResultNotEmpty = filteredResults.some((item) => item.text.trim() !== '');
Expand Down

0 comments on commit 62bae6d

Please sign in to comment.