-
Notifications
You must be signed in to change notification settings - Fork 8
Feature/project dashboard #62
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
Conversation
| .non-localizable-message { | ||
| margin-top: 0; | ||
| margin-left: 30px; | ||
| } |
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.
Rename this file as AdvanceProperties
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.
Done
| ); | ||
| }; | ||
|
|
||
| export default AdvanceSettings; |
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.
Rename this as AdvanceProperties
| <Select | ||
| id={data.uid} | ||
| value={{ label: data.ContentstackFieldType, value: fieldValue }} | ||
| onChange={(selectedOption: FieldTypes) => handleValueChange(selectedOption, data.uid)} |
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.
Add ?.
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.
Done
| <div className="select"> | ||
| <Select | ||
| id={data.uid} | ||
| value={{ label: data.ContentstackFieldType, value: fieldValue }} |
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.
Add ?.
| <div className="table-row"> | ||
| <div className="select"> | ||
| <Select | ||
| id={data.uid} |
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.
Add ?.
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.
Done
…igration-v2-node-server into feature/project-dashboard
No description provided.