-
Notifications
You must be signed in to change notification settings - Fork 16
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
IBX-7677: Remove markedLocationId reset to null from useSearchByQueryFetch #1172
Conversation
@@ -41,7 +40,6 @@ export const useSearchByQueryFetch = () => { | |||
contentNameCriterion = null, | |||
) => { | |||
const handleFetch = (response) => { | |||
setMarkedLocationId(null); |
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.
Note: we do not want to reset the marked location id with every search, so I moved it to a more specific place. (changes are related to changes from: #420)
f4761c1
to
9f3300f
Compare
9f3300f
to
ef1b823
Compare
ef1b823
to
27810b7
Compare
…Fetch
27810b7
to
a2c6b74
Compare
Quality Gate passedIssues Measures |
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.
QA approved on IbexaDXP 4.6 commerce.
v4.6
Checklist:
@ibexa/engineering
).