Skip to content

Commit

Permalink
chore(LabelGroup): removed appendto as it will now default to inline
Browse files Browse the repository at this point in the history
  • Loading branch information
wise-king-sullyman committed Feb 9, 2023
1 parent 15f533a commit a05536d
Showing 1 changed file with 1 addition and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -114,15 +114,7 @@ export const LabelGroupEditableAddDropdown: React.FunctionComponent = () => {
categoryName="Label group 1"
numLabels={5}
isEditable
addLabelControl={
<Popper
trigger={toggle}
popper={menu}
appendTo={toggleRef.current}
isVisible={isOpen}
popperMatchesTriggerWidth={false}
/>
}
addLabelControl={<Popper trigger={toggle} popper={menu} isVisible={isOpen} popperMatchesTriggerWidth={false} />}
>
{labels.map((label, index) => (
<Label
Expand Down

0 comments on commit a05536d

Please sign in to comment.