SignalDataSource fix;
This commit is contained in:
parent
81f09c3253
commit
c63a02fd4f
|
|
@ -267,7 +267,7 @@
|
|||
|
||||
private MessageWizardModel _messageWizardModel = new();
|
||||
|
||||
public List<AppointmentModel> AppointmentModels { get; set; }
|
||||
public List<AppointmentModel> AppointmentModels { get; set; } = null!;
|
||||
|
||||
DateTime StartDate { get; set; } = DateTime.Today;
|
||||
DxSchedulerDataStorage _dataStorage = new();
|
||||
|
|
|
|||
Loading…
Reference in New Issue