Web:Client:Print error to toastr.

This commit is contained in:
gazizova-vlada 2023-09-19 11:06:03 +03:00
parent 600482c94d
commit b30b20f733

View File

@ -122,7 +122,7 @@ const DataReassignmentDialog = ({
if (!res) return;
if (res.error) {
console.log(res.error);
toastr.error(res.error);
return;
}