Skip to content

Commit 8b02aef

Browse files
David BritchDavid Britch
authored andcommitted
Fixed bug that disabled filtering when no products found.
1 parent 806cf86 commit 8b02aef

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/Mobile/eShopOnContainers/eShopOnContainers.Core/Views/CatalogView.xaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,7 @@
6060
</Grid.RowDefinitions>
6161
<!-- FILTERS -->
6262
<Grid
63-
BackgroundColor="{StaticResource LightGreenColor}"
64-
IsEnabled="{Binding Products.Count, Converter={StaticResource CountToBoolConverter}}">
63+
BackgroundColor="{StaticResource LightGreenColor}">
6564
<Label
6665
Text="FILTER"
6766
Style="{StaticResource FilterLabelStyle}"/>

0 commit comments

Comments
 (0)