Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
rahuljain-dev committed Nov 7, 2024
1 parent c3c4ee4 commit acbecf7
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 @@ -2433,7 +2433,7 @@ typedArrayTags[weakMapTag] = false;
const value = this.selectivity.getValue();
const isFilteredResultNotEmpty = filteredResults.some((item) => item.text.trim() !== '');
let resultsHtml = isFilteredResultNotEmpty ? this.renderItems(filteredResults) : '';
if (options.hasMore) {
if (options.hasMore) {//test
resultsHtml += this.selectivity.template('loadMore');
} else if (value && Array.isArray(value) && value.includes(options.term)) {
resultsHtml = this.selectivity.template('tagExists');
Expand Down

0 comments on commit acbecf7

Please sign in to comment.