diff --git a/Ginger/Ginger/Run/RunSetsExecutionsHistoryPage.xaml.cs b/Ginger/Ginger/Run/RunSetsExecutionsHistoryPage.xaml.cs index 0e15732d0c..13ccdd4aab 100644 --- a/Ginger/Ginger/Run/RunSetsExecutionsHistoryPage.xaml.cs +++ b/Ginger/Ginger/Run/RunSetsExecutionsHistoryPage.xaml.cs @@ -218,7 +218,7 @@ private void LoadExectionHistory() /// Loads remote execution history data asynchronously. /// Shows loading indicators, fetches the data, and hides the loading indicators. /// - private async void LoadRemoteData() + private async Task LoadRemoteData() { xButtonPnl.Visibility = Visibility.Visible; GraphQlLoadingVisible();