Skip to content

Commit c4a3b80

Browse files
committed
remove comment in AlertGroup for appendTo
1 parent 207bcad commit c4a3b80

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/react-core/src/components/Alert/AlertGroup.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export const AlertGroup: React.FunctionComponent<AlertGroupProps> = ({
3737
overflowMessage,
3838
'aria-label': ariaLabel,
3939

40-
appendTo, // do not pass down to ul
40+
appendTo,
4141
...props
4242
}: AlertGroupProps) => {
4343
const containerRef = useRef<HTMLElement | null>(null);

0 commit comments

Comments
 (0)