feat: reminder notification for incomplete payments

This commit is contained in:
Jannat Patel
2025-02-04 09:55:10 +05:30
parent 3fc1fd9dbc
commit f9706f10e1
8 changed files with 77 additions and 1 deletions

View File

@@ -18,6 +18,7 @@
row-key="batch_course"
:options="{
showTooltip: false,
selectable: user.data?.is_student ? false : true,
getRowRoute: (row) => ({
name: 'CourseDetail',
params: { courseName: row.name },