Skip to content

Commit

Permalink
Fixed build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
veler committed Sep 18, 2022
1 parent 5a8c0a5 commit b949a18
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -139,7 +139,7 @@
Style="{StaticResource CardStyle}">
<ListView ItemsSource="{x:Bind ViewModel.MatchGroups, Mode=OneWay}">
<ListView.ItemTemplate>
<DataTemplate x:DataType="regEx:MatchDetails2">
<DataTemplate x:DataType="regEx:MatchDetails">
<Grid>
<Grid.ColumnDefinitions>
<ColumnDefinition Width="Auto" MinWidth="200"/>
Expand Down

0 comments on commit b949a18

Please sign in to comment.