hotfix(ui): Show label search filter only when label list is not empty
This commit is contained in:
+1
-1
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user