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:
Leo Daniel A
2026-03-16 16:51:00 +05:30
committed by GitHub
parent 1ff071a147
commit 6646a83378

View File

@@ -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"