fix: announcements should to go one student at a time

This commit is contained in:
Jannat Patel
2025-02-12 12:46:57 +05:30
parent 1c3e84e9bb
commit ee73790127
3 changed files with 22 additions and 13 deletions

View File

@@ -428,16 +428,15 @@ watch(students, () => {
})
const certificationCount = createResource({
url: "frappe.client.get_count",
url: 'frappe.client.get_count',
params: {
doctype: "LMS Certificate",
doctype: 'LMS Certificate',
filters: {
"batch_name": props.batch.name,
batch_name: props.batch.name,
},
},
auto: true
auto: true,
})
</script>
<style>
.apexcharts-legend {