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

Commit 32f872d

Browse files
authored
Fix Anchor Popup Sample NRE (#834)
1 parent 40a2bb8 commit 32f872d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/XCT.Sample/Pages/Views/Popups/PopupAnchorPage.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
</Label>
4747
<Button Text="Show Popup"
4848
Command="{Binding ShowPopup}"
49-
CommandParameter="{x:Reference indicator}"/>
49+
CommandParameter="{x:Reference Indicator}"/>
5050
</StackLayout>
5151
</ContentPage.Content>
5252

0 commit comments

Comments
 (0)