Skip to content

Commit

Permalink
Fix binding
Browse files Browse the repository at this point in the history
  • Loading branch information
BlossomiShymae committed Aug 9, 2024
1 parent bc32f84 commit 0ec6056
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Needlework.Net.Desktop/Views/ConsoleView.axaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
</suki:GlassCard>
<suki:GlassCard Margin="0 4">
<suki:GroupBox Header="Authorization">
<TextBlock Text="{Binding ResponseAuthentication}" />
<TextBlock Text="{Binding ResponseAuthorization}" />
</suki:GroupBox>
</suki:GlassCard>
</StackPanel>
Expand Down

0 comments on commit 0ec6056

Please sign in to comment.