mirror of
https://github.com/SyncrowIOT/web.git
synced 2025-08-25 17:59:40 +00:00
assign tag dropDown now show all Tags without condition
This commit is contained in:
@ -50,9 +50,9 @@ class _DialogTextfieldDropdownState extends State<TagDialogTextfieldDropdown> {
|
|||||||
|
|
||||||
void _filterItems() {
|
void _filterItems() {
|
||||||
setState(() {
|
setState(() {
|
||||||
_filteredItems = widget.items
|
_filteredItems = widget.items;
|
||||||
.where((tag) => tag.product?.uuid == widget.product)
|
// .where((tag) => tag.product?.uuid == widget.product)
|
||||||
.toList();
|
// .toList();
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user