Fixed bug that disabled filtering when no products found.
This commit is contained in:
parent
79c46984bb
commit
366d968048
@ -60,8 +60,7 @@
|
|||||||
</Grid.RowDefinitions>
|
</Grid.RowDefinitions>
|
||||||
<!-- FILTERS -->
|
<!-- FILTERS -->
|
||||||
<Grid
|
<Grid
|
||||||
BackgroundColor="{StaticResource LightGreenColor}"
|
BackgroundColor="{StaticResource LightGreenColor}">
|
||||||
IsEnabled="{Binding Products.Count, Converter={StaticResource CountToBoolConverter}}">
|
|
||||||
<Label
|
<Label
|
||||||
Text="FILTER"
|
Text="FILTER"
|
||||||
Style="{StaticResource FilterLabelStyle}"/>
|
Style="{StaticResource FilterLabelStyle}"/>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user