From 70e5c83561b71418c6d19d13de72587752280ac8 Mon Sep 17 00:00:00 2001
From: Christian <6939810+chkr1011@users.noreply.github.com>
Date: Wed, 1 Nov 2023 07:15:35 +0100
Subject: [PATCH] Fix default null values
---
Source/Pages/TopicExplorer/TopicExplorerItemView.axaml | 2 +-
Source/Pages/TopicExplorer/TopicExplorerPageView.axaml | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/Source/Pages/TopicExplorer/TopicExplorerItemView.axaml b/Source/Pages/TopicExplorer/TopicExplorerItemView.axaml
index a763a58..63863cc 100644
--- a/Source/Pages/TopicExplorer/TopicExplorerItemView.axaml
+++ b/Source/Pages/TopicExplorer/TopicExplorerItemView.axaml
@@ -97,7 +97,7 @@
+ DataContext="{Binding SelectedMessage.InflightItem, FallbackValue={x:Null}}" />
diff --git a/Source/Pages/TopicExplorer/TopicExplorerPageView.axaml b/Source/Pages/TopicExplorer/TopicExplorerPageView.axaml
index 64f91d0..0a514c6 100644
--- a/Source/Pages/TopicExplorer/TopicExplorerPageView.axaml
+++ b/Source/Pages/TopicExplorer/TopicExplorerPageView.axaml
@@ -122,7 +122,7 @@
@@ -134,7 +134,7 @@
-
+