Skip to content

Commit

Permalink
fix the bug of month error in inter-knot monthly report #1110
Browse files Browse the repository at this point in the history
  • Loading branch information
Scighost committed Oct 23, 2024
1 parent 52a75bd commit 6f98b52
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 6f98b52

Please sign in to comment.