Skip to content
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

[Search] Fix: Enterprise Search gated form submission #196983

Open
wants to merge 1 commit into
base: 8.x
Choose a base branch
from

Conversation

TattdCodeMonkey
Copy link
Contributor

Summary

Updated the gate forms to explicit reload the browser after the api call succeeds to avoid race conditions from relying on the form default behavior to reload the browser.

Updated the gate forms to explicit reload the browser after the api call
succeeds to avoid race conditions from relying on the form default
behavior to reload the browser.
@TattdCodeMonkey TattdCodeMonkey added backport release_note:skip Skip the PR/issue when compiling release notes Team:Search v8.16.0 v8.15.4 labels Oct 19, 2024
@TattdCodeMonkey TattdCodeMonkey requested a review from a team as a code owner October 19, 2024 23:09
@@ -52,6 +55,9 @@ export const AppSearchGateLogic = kea<MakeLogicType<AppSearchGateValues, AppSear
});
}
},
submitGatedFormSuccess: () => {
window.location.reload();
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure if this is the best option, but it worked.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant