mirror of
https://github.com/frappe/lms.git
synced 2026-04-19 22:52:29 +03:00
fix: hide evaluators search when list is empty (#2197)
* fix: hide evaluator search when list is empty * fix(lms): keep search bar visible in Evaluators settings during search
This commit is contained in:
@@ -21,6 +21,7 @@
|
||||
|
||||
<div class="mt-8 pb-5">
|
||||
<FormControl
|
||||
v-if="evaluators.data?.length > 0 || search"
|
||||
v-model="search"
|
||||
:placeholder="__('Search')"
|
||||
type="text"
|
||||
|
||||
Reference in New Issue
Block a user