feat: improve toasts
All checks were successful
Build Latest and dev images / build-container (push) Successful in 1m0s

This commit is contained in:
2025-03-28 11:44:10 +01:00
parent e7a69ebdca
commit 481f6b686e
23 changed files with 25 additions and 25 deletions

View File

@@ -37,7 +37,7 @@
a.click();
a.remove();
toast.dismiss();
toast($_("pdf-successfully-generated"));
toast.success($_("pdf-successfully-generated"));
}
async function generateRunnerCertificates(locale) {
@@ -146,7 +146,7 @@
count_orgs === generate_orgs.length
) {
toast.dismiss();
toast($_("pdfs-successfully-generated"));
toast.success($_("pdfs-successfully-generated"));
}
})
.catch((err) => {});