-
Notifications
You must be signed in to change notification settings - Fork 13
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
Bug fixes XIII #630
Bug fixes XIII #630
Conversation
Signed-off-by: saimedhi <saimedhi@amazon.com>
@@ -29,7 +29,7 @@ interface SearchInputsProps { | |||
export function SearchInputs(props: SearchInputsProps) { | |||
const dispatch = useAppDispatch(); | |||
const dataSourceId = getDataSourceId(); | |||
const [showTransformQuery, setShowTransformQuery] = useState(true); |
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.
Can you confirm, in the case of MDS disabled, this still gets switched to true? Need to make sure this doesn't introduce any regression.
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.
Added condition for MDS disabled case.
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.
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.
Since this is now doing the inverse of the original change, does this cause the reverse issue of not showing the Transform query section for a split second 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.
Can you send a video of loading the page with MDS disabled, for example?
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.
screen-capture.44.webm
Signed-off-by: saimedhi <saimedhi@amazon.com>
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.
Great! LGTM
* Bug fixes XIII Signed-off-by: saimedhi <saimedhi@amazon.com> * Bug fixes XIII Signed-off-by: saimedhi <saimedhi@amazon.com> --------- Signed-off-by: saimedhi <saimedhi@amazon.com> (cherry picked from commit 860a23d) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* Bug fixes XIII * Bug fixes XIII --------- (cherry picked from commit 860a23d) Signed-off-by: saimedhi <saimedhi@amazon.com> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Description
Fixed the following issues.
screen-capture.43.webm
Check List
--signoff
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.