-
Notifications
You must be signed in to change notification settings - Fork 367
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
feat: [M3-5561] - Add Private IP checkbox when cloning a Linode #9039
Conversation
Passing run #3167 ↗︎
Details:
This comment has been generated by cypress-bot as a result of this project's GitHub integration settings. |
} | ||
|
||
const AddonsPanel = (props: Props) => { | ||
export type AddonsPanelProps = Props; |
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.
Do we need to do an alias here? Could we just name Props
AddonsPanelProps
?
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.
Functionality looks good 👍
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.
Could we make use of factories in this file instead of hardcoding all the mocked data?
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.
Left some minor feedback, otherwise LGTM!
Description 📝
Added Private IP checkbox when cloning a Linode.
Unit test coverage for
AddonsPanel
Preview 📷
Include a screenshot or screen recording of the change
How to test 🧪