fix: hide search for single thread discussion
This commit is contained in:
parent
68f84b2645
commit
0c1c217004
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@
|
|||
|
||||
<div class="discussions-header">
|
||||
<span class="discussion-heading">{{ _(title) }}</span>
|
||||
{% if topics | length %}
|
||||
{% if topics | length and not single_thread %}
|
||||
{% include "frappe/templates/discussions/search.html" %}
|
||||
{% endif %}
|
||||
{% if topics and not single_thread %}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue