Commit bdaca2c
committed
feat(pagination): add fallback values for paginator props
Updated <AppPaginator> component to include fallback values for from, to, and total properties using || 0.
Ensures proper rendering and prevents potential errors when these properties are undefined.1 parent d5ede87 commit bdaca2c
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | | - | |
79 | | - | |
80 | | - | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
| |||
0 commit comments