diff --git a/EssentialMAUIUIKit/EssentialMAUIUIKit/ViewModel/RestaurantDashboardViewModel.cs b/EssentialMAUIUIKit/EssentialMAUIUIKit/ViewModel/RestaurantDashboardViewModel.cs index bf4e8a2..934b54e 100644 --- a/EssentialMAUIUIKit/EssentialMAUIUIKit/ViewModel/RestaurantDashboardViewModel.cs +++ b/EssentialMAUIUIKit/EssentialMAUIUIKit/ViewModel/RestaurantDashboardViewModel.cs @@ -163,12 +163,6 @@ public ObservableCollection OrderDetailsHeader #region methods - private void OnDetailsClicked() - { - // Action on click - - } - private void UpdateOrderDetails() { this.orderDetails = new ObservableCollection diff --git a/EssentialMAUIUIKit/EssentialMAUIUIKit/Views/Dashboard/CompanyHistoryPage.xaml b/EssentialMAUIUIKit/EssentialMAUIUIKit/Views/Dashboard/CompanyHistoryPage.xaml index 7b534f2..5a945b8 100644 --- a/EssentialMAUIUIKit/EssentialMAUIUIKit/Views/Dashboard/CompanyHistoryPage.xaml +++ b/EssentialMAUIUIKit/EssentialMAUIUIKit/Views/Dashboard/CompanyHistoryPage.xaml @@ -3,13 +3,14 @@ xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml" x:Class="EssentialMAUIUIKit.Views.Dashboard.CompanyHistoryPage" xmlns:syncfusion="clr-namespace:Syncfusion.Maui.Core;assembly=Syncfusion.Maui.Core" + x:DataType="local:CompanyHistoryViewModel" xmlns:local="clr-namespace:EssentialMAUIUIKit"> - - - -