diff --git a/web/components/dropdowns/module/index.tsx b/web/components/dropdowns/module/index.tsx index 882604712..629aeba0e 100644 --- a/web/components/dropdowns/module/index.tsx +++ b/web/components/dropdowns/module/index.tsx @@ -47,6 +47,7 @@ type ButtonContentProps = { onChange: (moduleIds: string[]) => void; placeholder: string; showCount: boolean; + showTooltip?: boolean; value: string | string[] | null; }; @@ -60,6 +61,7 @@ const ButtonContent: React.FC = (props) => { onChange, placeholder, showCount, + showTooltip = false, value, } = props; // store hooks @@ -90,12 +92,12 @@ const ButtonContent: React.FC = (props) => { > {!hideIcon && } {!hideText && ( - + {moduleDetails?.name} )} {!disabled && ( - +