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 79c46984bb
commit 366d968048

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}"/>