Fixed bug that disabled filtering when no products found.
This commit is contained in:
parent
79c46984bb
commit
366d968048
@ -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}"/>
|
||||
|
Loading…
x
Reference in New Issue
Block a user