diff --git a/src/frontend/src/components/core/parameterRenderComponent/components/inputComponent/components/popover/index.tsx b/src/frontend/src/components/core/parameterRenderComponent/components/inputComponent/components/popover/index.tsx index 8147ce84c..4b0581525 100644 --- a/src/frontend/src/components/core/parameterRenderComponent/components/inputComponent/components/popover/index.tsx +++ b/src/frontend/src/components/core/parameterRenderComponent/components/inputComponent/components/popover/index.tsx @@ -68,7 +68,7 @@ const CustomInputPopover = ({
( className={ !unstyled ? buttonVariants({ variant, size, className }) - : cn(className, "noflow nowheel nopan nodelete nodrag") + : cn(className) } disabled={loading || disabled} {...(asChild ? {} : { type: type || "button" })}