-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
Add modal for existing owners error #4157
Conversation
Maybe we don't need that extra padding around the inner message? |
@shawnborton Removed the padding, let me know if there's anything else that catches your eye! |
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.
LGTM!
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
🚀 Deployed to staging in version: 1.0.79-5🚀
|
@jasperhuangg While testing this, I noticed only 2 of the current users of the Bank account are displayed. I wanted to verify if there are any limits to how many users are displayed in the modal. For the account I just tried it has a LOT of active owners, that's why I found it weird that only 2 were displayed. |
@isagoico I'm honestly not too sure about this. The code in this PR simply handles displaying the modal with information that was already retrieved from the API. I'll reach out to @marcaaron and ask about this. |
Oh sure, the we could open a separate issue for this and check the PR off since the modal is correctly displayed right? |
I'm going to check this off on the checklist and run the production deploy. @isagoico Can you create a follow-up issue please? 🙏 |
🚀 Deployed to production in version: 1.0.80-2🚀
|
I honestly also have no idea about this but it sounds like something we should have followed up on. |
Details
Previously,
setupWithdrawalAccount
would silently error when a user tried to add a withdrawal bank account that we already assigned an owner to.This PR adds some text similar to the text in Web-Secure.
Fixed Issues
$ https://github.com/Expensify/Expensify/issues/169896
Tests
QA
Tested On
Screenshots
Web
Desktop
Mobile-Web
iOS