From bdaca2c7544bd4e2e2eae6bc8ba97aac64472b5b Mon Sep 17 00:00:00 2001 From: Mehedi Jaman Date: Sat, 21 Dec 2024 10:08:54 +0600 Subject: [PATCH] feat(pagination): add fallback values for paginator props Updated 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. --- stubs/page-stub/Index.stub | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/stubs/page-stub/Index.stub b/stubs/page-stub/Index.stub index 1434cc1..bc478c3 100644 --- a/stubs/page-stub/Index.stub +++ b/stubs/page-stub/Index.stub @@ -75,9 +75,9 @@