- implemented root manager functionality;

This commit is contained in:
Vitalii Kiiko
2026-03-25 14:21:31 +01:00
parent 6eea331530
commit cc847b5e48
7 changed files with 389 additions and 11 deletions

View File

@@ -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();