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

admin/payments: Fix provider filter #1739

Merged
merged 2 commits into from Mar 16, 2024

Conversation

sashko9807
Copy link
Member

There was an issue, caused by Filter value referencing donationStore.provider, rather than donationStore.paymentProvider as its declared in the mobx state. This caused react error, due to switching from uncontrolled to controlled component, which also caused inability to clear out this specific filter.

In mobx the field is declared paymentProvider, rather than just provider, which results in undefined value
With search button being centered
Copy link

github-actions bot commented Mar 15, 2024

✅ Tests will run for this PR. Once they succeed it can be merged.

@sashko9807 sashko9807 added the run tests Allows running the tests workflows for forked repos label Mar 15, 2024
@github-actions github-actions bot removed the run tests Allows running the tests workflows for forked repos label Mar 15, 2024
@ani-kalpachka ani-kalpachka merged commit 64de9b4 into podkrepi-bg:master Mar 16, 2024
10 of 11 checks 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.

None yet

2 participants