-
Notifications
You must be signed in to change notification settings - Fork 18
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
Create pool QA #2563
Create pool QA #2563
Conversation
kattylucy
commented
Dec 19, 2024
•
edited
Loading
edited
- Make page scroll to top after clicking next step
- Make target default value for APY
- Add please select as a value on dropdown
bc6ac0c
to
1232650
Compare
PR deployed in Google Cloud |
PR deployed in Google Cloud |
111d84f
to
ab309f7
Compare
4b488c9
to
c7c2295
Compare
cad39e3
to
7bd3ad4
Compare
@@ -114,6 +114,17 @@ export const validateValues = (values: CreatePoolValues) => { | |||
}) | |||
} | |||
|
|||
if (values.issuerCategories.length > 1) { | |||
values.issuerCategories.forEach((category, i) => { | |||
if (category.type == '') { |
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.
please address the warnings!
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.
Code looks good! Please address at minimum the warnings I comment on below before merging!
9f090c2
to
e25c3d8
Compare