Skip to content

Commit 9f70a92

Browse files
committed
chore: removed ungroup option from reference search
1 parent eaad8fe commit 9f70a92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/website-angular/src/app/search/search.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
}
4141

4242
<!-- Result count + group toggle -->
43-
@if (results && !loading) {
43+
@if (results && !loading && currentMode !== "reference") {
4444
<div class="results-toolbar">
4545
<p class="result-count">{{ results.numberOfMatches }} results found for "{{ query }}"</p>
4646
@if (!hasNoResults) {

0 commit comments

Comments
 (0)