Web: Editor: Removed automatic notification closure.

This commit is contained in:
Tatiana Lopaeva 2023-01-18 15:42:48 +03:00
parent b4a342f334
commit ffaaad93df

View File

@ -110,7 +110,7 @@ function Editor({
}
const errorText = typeof error === "string" ? error : error.errorMessage;
errorText && toastr.error(errorText);
errorText && toastr.error(errorText, null, 0, true);
}
}, [mfReady, error]);