-
Notifications
You must be signed in to change notification settings - Fork 13
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
SDP-830: New Disbursement - Filtering of assets based on wallet selection #24
Conversation
stellar-disbursement-platform-frontend-preview is available here: |
stellar-disbursement-platform-frontend-preview is available here: |
stellar-disbursement-platform-frontend-preview is available here: |
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.
Functionality worked well for me!
stellar-disbursement-platform-frontend-preview is available here: |
When the
New Disbursement
page is first accessed, theassets
dropdown is disabledWhen a user selects a Wallet,
GET /assets?wallet=wallet_id
is called to fetch only assets associated with that wallet. Whenever a user changes the wallet selection, the list of assets is reloaded.