Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

Commit

Permalink
Fix Anchor Popup Sample NRE (#834)
Browse files Browse the repository at this point in the history
  • Loading branch information
jfversluis committed Feb 4, 2021
1 parent 40a2bb8 commit 32f872d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/XCT.Sample/Pages/Views/Popups/PopupAnchorPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
</Label>
<Button Text="Show Popup"
Command="{Binding ShowPopup}"
CommandParameter="{x:Reference indicator}"/>
CommandParameter="{x:Reference Indicator}"/>
</StackLayout>
</ContentPage.Content>

Expand Down

0 comments on commit 32f872d

Please sign in to comment.