diff --git a/packages/react-core/src/components/Label/Label.tsx b/packages/react-core/src/components/Label/Label.tsx index dbfc5737932..8fd0f643188 100644 --- a/packages/react-core/src/components/Label/Label.tsx +++ b/packages/react-core/src/components/Label/Label.tsx @@ -338,7 +338,7 @@ export const Label: React.FunctionComponent = ({ ); } - const LabelComponent = (isOverflowLabel ? 'button' : 'span') as any; + const LabelComponent = (isOverflowLabel || isAddLabel ? 'button' : 'span') as any; return (