Compare commits

..

No commits in common. "c4240d36f7eec9cbbba1830f0e50c319183acc0c" and "8fa0be7633f41974e7e2c5e0927449717b88007a" have entirely different histories.

View File

@ -99,10 +99,9 @@
) )
.then((response) => { .then((response) => {
if (response.status != '200') { if (response.status != '200') {
toast.hideToast(); const toast = Toastify({
Toastify({
text: $_('pdf-generation-failed'), text: $_('pdf-generation-failed'),
duration: 3500, duration: 1000,
backgroundColor: backgroundColor:
'linear-gradient(90deg, hsla(281, 37%, 45%, 1) 0%, hsla(1, 62%, 48%, 1) 100%)', 'linear-gradient(90deg, hsla(281, 37%, 45%, 1) 0%, hsla(1, 62%, 48%, 1) 100%)',
}).showToast(); }).showToast();