-
Notifications
You must be signed in to change notification settings - Fork 1
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
MPDX-8205 Style CSV #1063
MPDX-8205 Style CSV #1063
Conversation
Preview branch generated at https://MPDX-8205-style-csv.d3dytjb8adxkk5.amplifyapp.com |
Bundle sizes [mpdx-react]Compared against 0712f37
|
@@ -182,7 +182,7 @@ export const useSupportedHeaders = () => { | |||
}; | |||
|
|||
export const useRequiredHeaders = () => { | |||
const hardCodedRequiredHeaders = ['first_name', 'last_name', 'full_name']; | |||
const hardCodedRequiredHeaders = ['first_name', 'last_name']; |
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.
See equivalent logic here. I believe this change is a regression and not the right way to solve the problem you're trying to solve.
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.
It seems to work now!
Description
https://jira.cru.org/secure/RapidBoard.jspa?rapidView=3&view=detail&selectedIssue=MPDX-8205&sprint=1259#
Checklist: