hotfix(ui): Show label search filter only when label list is not empty

This commit is contained in:
dab246
2026-02-02 12:03:27 +07:00
committed by Dat H. Pham
parent 548c43baff
commit eb62b7cd97
5 changed files with 9 additions and 5 deletions
@@ -131,7 +131,7 @@ class AdvancedSearchInputForm extends GetWidget<AdvancedFilterController> {
final labelSelected = controller.selectedLabel.value;
if (isLabelAvailable) {
if (isLabelAvailable && labels.isNotEmpty) {
return AdvancedSearchFieldWidget(
filterField: FilterField.labels,
padding: const EdgeInsets.only(bottom: 12),