Remove unneeded NotifyPropertyChanged
This commit is contained in:
@@ -94,7 +94,6 @@ class CreatePDFReportViewModel : BaseViewModel, ICanCheckShutdown, ILogger
|
||||
{
|
||||
_pdfReport.Title = value;
|
||||
NotifyPropertyChanged();
|
||||
NotifyPropertyChanged(nameof(CanAddItem));
|
||||
HasUnsavedWork = true;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user