feat: generate bulk certificates for batch students

This commit is contained in:
Jannat Patel
2024-12-04 17:02:03 +05:30
parent 0b7ff1dff3
commit 6c3bb3480e
7 changed files with 726 additions and 5275 deletions

View File

@@ -59,7 +59,7 @@ const update = () => {
{},
{
onError(err) {
showToast('Error', err.messages?.[0] || err, 'x')
showToast(__('Error'), err.messages?.[0] || err, 'x')
},
}
)