From 62a5df3783f190291ec4d5cb8ff4cfcd1b5f7aaf Mon Sep 17 00:00:00 2001 From: rahuljain-dev Date: Mon, 14 Oct 2024 18:08:38 +0530 Subject: [PATCH] fix prettier 2 --- ui/widgets/nuxeo-selectivity.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/widgets/nuxeo-selectivity.js b/ui/widgets/nuxeo-selectivity.js index bf4c989a7..766002958 100644 --- a/ui/widgets/nuxeo-selectivity.js +++ b/ui/widgets/nuxeo-selectivity.js @@ -2439,7 +2439,7 @@ typedArrayTags[weakMapTag] = false; resultsHtml = this.selectivity.template('tagExists'); } else if (!resultsHtml && !options.add) { resultsHtml = this.selectivity.template('noResults', { term: options.term }); - } + } if (resultsHtml) { this.resultsContainer.innerHTML = ''; removeElement(this.$('.selectivity-loading'));