Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature(pagination): add fallback values for paginator props #19

Merged
merged 1 commit into from
Dec 21, 2024

Conversation

mehedijaman
Copy link
Contributor

  • 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.

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.
Copy link
Collaborator

@daniel-cintra daniel-cintra left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you very much @mehedijaman !

@daniel-cintra daniel-cintra merged commit fcf7e7e into ModularThink:main Dec 21, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants