-
Notifications
You must be signed in to change notification settings - Fork 6
feat: table in RB #732
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
base: feat/resource-recommender-develop
Are you sure you want to change the base?
feat: table in RB #732
Conversation
…ib into feat/rb-table
…ib into fix/rb-table
…ib into feat/rb-table
…ib into fix/rb-table
…n-labs/devtron-fe-common-lib into fix/rb-table
…ctionMenuProps interface
…n-fe-common-lib into feat/recommendation-manual-sync
…n and package-lock.json
…on and package-lock.json
const { handleOpen, popupPosition, buttonRef, initialiseButtonWidth } = usePopupContext() | ||
|
||
const refCallback = (node) => { |
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 require these changes now?
resourceListError: ServerErrors | ||
} | ||
|
||
export interface ResourceRecommenderActionMenuProps { |
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.
this is not being used
const closePopover = () => updateOpenState(false) | ||
const closePopover = () => { | ||
updateOpenState(false) | ||
const triggerButton = triggerRef.current?.querySelector('button') |
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.
why?
Description
Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.
Type of change
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
Checklist