-
Notifications
You must be signed in to change notification settings - Fork 24
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
PSP-9837 : UI UX Clean Up - Manage Tables - Create Buttons - move to the top #4604
Conversation
… the left side menu) - Create Buttons - move to the top
See CodeCov Report Here: https://app.codecov.io/github/bcgov/psp/pull/4604 |
@@ -36,7 +36,6 @@ export const ContactManagerModal: React.FunctionComponent< | |||
<ContactManagerView | |||
setSelectedRows={props.setSelectedRows} | |||
selectedRows={props.selectedRows} | |||
showAddButton={props.showAddButton} |
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.
showAddButton should be removed from ContactManagerModal props as it is just passing it down to the view and the view no longer needs it
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.
removed
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 comments
See CodeCov Report Here: https://app.codecov.io/github/bcgov/psp/pull/4604 |
1 similar comment
See CodeCov Report Here: https://app.codecov.io/github/bcgov/psp/pull/4604 |
No description provided.