-
Notifications
You must be signed in to change notification settings - Fork 81
HA-676 - Fixed a bug that prevented from showing all the integrations… #6138
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
Conversation
… when on the system page
The latest updates on your projects. Learn more about Vercel for Git ↗︎
1 Skipped Deployment
|
url: `${CONNECTION_TYPE_ROUTE}${mapFiltersToSearchParams({ | ||
...filters, | ||
page: i + 2, | ||
size: 100, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should probably assign 100
to a const
and reuse it in both places.
Also I understand why we use 2
here but I'd like to see it in a variable that explains that in the name so I can shut my brain off while reading.
fides
|
Project |
fides
|
Branch Review |
main
|
Run status |
|
Run duration | 00m 52s |
Commit |
|
Committer | Andrés Torres Marroquín |
View all properties for this run ↗︎ |
Test results | |
---|---|
|
0
|
|
0
|
|
0
|
|
0
|
|
5
|
View all changes introduced in this branch ↗︎ |
Closes HA-676
Description Of Changes
Fixed a bug that prevented from showing all the integrations when on the system page
Code Changes
Steps to Confirm
Pre-Merge Checklist
CHANGELOG.md
updatedmain
downgrade()
migration is correct and works