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

Tasks pagination fix in proposed changes #4434

Merged
merged 8 commits into from
Sep 24, 2024
Merged

Conversation

pa-lem
Copy link
Contributor

@pa-lem pa-lem commented Sep 24, 2024

  • Fixes the pagination in the tasks table for the proposed changes

@pa-lem pa-lem added type/bug Something isn't working as expected group/frontend Issue related to the frontend (React) labels Sep 24, 2024
@pa-lem pa-lem requested a review from bilalabbad September 24, 2024 09:48
@@ -125,10 +125,6 @@ export function Component() {

const proposedChangesData = data?.[PROPOSED_CHANGES_OBJECT]?.edges?.[0]?.node;

if (!proposedChangesData) {
Copy link
Contributor

Choose a reason for hiding this comment

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

why? if proposedchanges does not exist. We should do something (either redirect or display an error page)

@pa-lem pa-lem requested a review from bilalabbad September 24, 2024 14:56
@pa-lem
Copy link
Contributor Author

pa-lem commented Sep 24, 2024

only nats is failing, will merge

@pa-lem pa-lem merged commit d176b60 into stable Sep 24, 2024
27 of 28 checks passed
@pa-lem pa-lem deleted the ple-task-pagination-IFC-724 branch September 24, 2024 17:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
group/frontend Issue related to the frontend (React) type/bug Something isn't working as expected
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants