[#20][#80] MemberAdminWindow: Update business share status bar tool tip
Test / Run tests (push) Successful in 2m1s
Test / Run tests (push) Successful in 2m1s
This commit is contained in:
@@ -6,6 +6,7 @@ using System.Collections.ObjectModel;
|
||||
using System.Linq;
|
||||
using System.Windows;
|
||||
using System.Windows.Controls;
|
||||
using System.Windows.Documents;
|
||||
|
||||
namespace Elwig.ViewModels {
|
||||
public partial class MemberAdminViewModel : ObservableObject {
|
||||
@@ -200,9 +201,7 @@ namespace Elwig.ViewModels {
|
||||
[ObservableProperty]
|
||||
private string? _statusMembersToolTip;
|
||||
[ObservableProperty]
|
||||
private string _statusBusinessShares = "-";
|
||||
[ObservableProperty]
|
||||
private string? _statusBusinessSharesToolTip;
|
||||
private TextBlock? _statusBusinessShares;
|
||||
[ObservableProperty]
|
||||
private string _statusDeliveriesLastSeason = "-";
|
||||
[ObservableProperty]
|
||||
|
||||
Reference in New Issue
Block a user