-
Notifications
You must be signed in to change notification settings - Fork 583
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
chore(ONYX-344): retire AREnableArtworksConnectionForAuction feature flag #11370
base: main
Are you sure you want to change the base?
chore(ONYX-344): retire AREnableArtworksConnectionForAuction feature flag #11370
Conversation
This reverts commit a8d66a2.
…-for-auction-echo-flag' into dariakoko/retire-AREnableArtworksConnectionForAuction
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.
Thanks - I left some minor comments just for clarification
displayText: "Lot Number Ascending", | ||
paramName: FilterParamName.sort, | ||
paramValue: "sale_position", | ||
paramValue: "position", |
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.
do we intentionally want to change the default value?
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.
Nope, thanks for spotting, changed it back to sale_position
onApply: () => scrollToTop(), | ||
}) | ||
|
||
if (totalCount === 0) { |
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.
this used to be broken in the past 👀 - glad it's fixed now.
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.
What was broken exactly?
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.
Thank you 🙏
8507a9a
This PR resolves ONYX-344
Description
Retire AREnableArtworksConnectionForAuction feature flag
PR Checklist
To the reviewers 👀
Changelog updates
Changelog updates
Cross-platform user-facing changes
iOS user-facing changes
Android user-facing changes
Dev changes
Need help with something? Have a look at our docs, or get in touch with us.