- implemented root manager functionality;
This commit is contained in:
@@ -822,7 +822,7 @@ const DomandaEditInstructorManager = () => {
|
||||
storeSet('unsetAsyncRequest');
|
||||
}
|
||||
|
||||
const doCreateAppointment = () => {
|
||||
/*const doCreateAppointment = () => {
|
||||
setAppointmentData({
|
||||
title: '',
|
||||
text: '',
|
||||
@@ -830,7 +830,7 @@ const DomandaEditInstructorManager = () => {
|
||||
amount: 0
|
||||
});
|
||||
setIsVisibleAppointmentDialog(true);
|
||||
}
|
||||
}*/
|
||||
|
||||
const setAppointmentFieldValue = (name, value) => {
|
||||
const newData = wrap(appointmentData).set(name, value).value();
|
||||
|
||||
Reference in New Issue
Block a user