Skip to content

Commit

Permalink
fix: Inter Knot Monthly Report Statistical Error
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric-Joker committed Sep 27, 2024
1 parent a5e8302 commit 1550a94
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@
<RowDefinition Height="Auto" />
</Grid.RowDefinitions>

<ItemsControl ItemsSource="{x:Bind CurrentSummary.MonthData.List}">
<ItemsControl ItemsSource="{x:Bind SelectMonthData.MonthData.List}">
<ItemsControl.ItemsPanel>
<ItemsPanelTemplate>
<StackPanel Orientation="Horizontal" Spacing="24" />
Expand Down

0 comments on commit 1550a94

Please sign in to comment.