update cart/favorite
This commit is contained in:
@@ -278,7 +278,7 @@ class ProductsRemoteDataSource {
|
||||
data: {
|
||||
'doctype': 'Item Group',
|
||||
'fields': ['item_group_name', 'name'],
|
||||
'filters': {'is_group': 0},
|
||||
'filters': {'is_group': 0, 'custom_published': 1},
|
||||
'limit_page_length': 0,
|
||||
},
|
||||
options: Options(headers: headers),
|
||||
|
||||
@@ -57,7 +57,7 @@ class BrandFilterChips extends ConsumerWidget {
|
||||
style: TextStyle(
|
||||
fontSize: 14.0,
|
||||
fontWeight: isSelected ? FontWeight.w600 : FontWeight.normal,
|
||||
color: colorScheme.onSurface,
|
||||
color: isSelected ? Colors.white : colorScheme.onSurface,
|
||||
),
|
||||
),
|
||||
selected: isSelected,
|
||||
|
||||
Reference in New Issue
Block a user