Refactoring toast

This commit is contained in:
TatianaLopaeva 2020-09-23 17:45:02 +03:00
parent e515be4271
commit e5cf2db796

View File

@ -68,7 +68,7 @@ class Body extends React.Component {
setPaymentsLicense(null, fd)
.then(() => {
toastr.success(t("LoadingLicenseSuccess"), "", 0, true);
toastr.success(t("LoadingLicenseSuccess"), "");
})
.catch((error) => {
toastr.error(t("LoadingLicenseError"), t("LicenseIsNotValid"), 0, true);