- fixed updating appl data from response;

This commit is contained in:
Vitalii Kiiko
2025-10-24 13:04:22 +02:00
parent 4a2d5af2a4
commit af6ef67f29
2 changed files with 2 additions and 0 deletions

View File

@@ -932,6 +932,7 @@ const DomandaEditInstructorManager = () => {
const getAmendmentSpecialCallback = (data) => {
if (data.status === 'SUCCESS') {
setData(getFormattedData(data.data));
if (toast.current && data.message) {
toast.current.show({
severity: 'success',