Skip to content

Commit

Permalink
Fix crash on CommandBarFlyout sample page
Browse files Browse the repository at this point in the history
  • Loading branch information
NotYoojun committed Jul 20, 2024
1 parent 9ddca98 commit ff66e53
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
Label="Share"
ToolTipService.ToolTip="Share">
<ui:AppBarButton.Icon>
<ui:FontIcon Glyph="{x:Static ui:SegoeFluentIcons.Save}"/>
<ui:FontIcon Icon="{x:Static ui:SegoeFluentIcons.Save}"/>
</ui:AppBarButton.Icon>

</ui:AppBarButton>
Expand Down

0 comments on commit ff66e53

Please sign in to comment.