Expandable list remove anchor (#5559)
Deprecate anchorElement on ExpandableList to avoid props drilling. The anchorElement should be the ExpandableList container itself
This commit is contained in:
@ -53,9 +53,8 @@ export const ActivityTargetsInlineCell = ({
|
||||
/>
|
||||
}
|
||||
label="Relations"
|
||||
displayModeContent={({ cellElement }) => (
|
||||
displayModeContent={() => (
|
||||
<ActivityTargetChips
|
||||
anchorElement={cellElement}
|
||||
activityTargetObjectRecords={activityTargetObjectRecords}
|
||||
maxWidth={maxWidth}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user