Fixed bug that disabled filtering when no products found.

This commit is contained in:
David Britch 2017-05-04 10:34:08 +01:00
parent 806cf8639d
commit 8b02aef8d5

View File

@ -60,8 +60,7 @@
</Grid.RowDefinitions>
<!-- FILTERS -->
<Grid
BackgroundColor="{StaticResource LightGreenColor}"
IsEnabled="{Binding Products.Count, Converter={StaticResource CountToBoolConverter}}">
BackgroundColor="{StaticResource LightGreenColor}">
<Label
Text="FILTER"
Style="{StaticResource FilterLabelStyle}"/>