From 21fb135a5eeb7af1c3b2d08e59ffc13e14931a52 Mon Sep 17 00:00:00 2001 From: Jakub Florkowski Date: Sat, 13 Dec 2025 17:48:28 +0100 Subject: [PATCH] Remove SemanticProperties.Description from CollectionView --- 10.0/Apps/DeveloperBalance/Pages/ProjectDetailPage.xaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/10.0/Apps/DeveloperBalance/Pages/ProjectDetailPage.xaml b/10.0/Apps/DeveloperBalance/Pages/ProjectDetailPage.xaml index 1da2100b7..97d9c9fee 100644 --- a/10.0/Apps/DeveloperBalance/Pages/ProjectDetailPage.xaml +++ b/10.0/Apps/DeveloperBalance/Pages/ProjectDetailPage.xaml @@ -109,8 +109,7 @@ Margin="0,0,0,15" SelectedItems="{Binding SelectedTags, Mode=TwoWay}" SelectionChangedCommand="{Binding SelectionChangedCommand}" - SelectionChangedCommandParameter="{Binding SelectedTags}" - SemanticProperties.Description="Tags Collection"> + SelectionChangedCommandParameter="{Binding SelectedTags}">