-
Notifications
You must be signed in to change notification settings - Fork 2.8k
take access key from redux state #514
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
take access key from redux state #514
Conversation
| const mapStateToProps = state => { | ||
| return { | ||
| ...state.main, | ||
| dataHeaders: state.tables.dataHeaders, |
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.
dataHeaders is injected into the prop. @praveenweb
|
Review app available at: https://hge-ci-pull-514.herokuapp.com |
praveenweb
left a comment
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.
LGTM
|
Review app available at: https://hge-ci-pull-514.herokuapp.com |
|
@karthikvt26 @praveenweb Let's make sure we have associated issue next time. |
|
Review app https://hge-ci-pull-514.herokuapp.com is deleted |
V3_GIT_ORIGIN_REV_ID: 11e583559b0143e8fa7056a39c98c20fff6bb83e
Description
Metadata tab used to read access key from environment variable since that was the previous flow. We changed it post #481 fix. Now it reads from the redux state.
What component does this PR affect?
Requires changes from other components? If yes, please mark the components:
Related Issue
Solution and Design
The issue is fixed by reading the headers state from the redux state as that is the primary source of information for all the data.
Tests
Type
Checklist: