Remove unneeded NotifyPropertyChanged

This commit is contained in:
2026-04-22 17:23:56 +09:00
parent 135647c591
commit cd9fce14fc
@@ -94,7 +94,6 @@ class CreatePDFReportViewModel : BaseViewModel, ICanCheckShutdown, ILogger
{
_pdfReport.Title = value;
NotifyPropertyChanged();
NotifyPropertyChanged(nameof(CanAddItem));
HasUnsavedWork = true;
}
}