diff --git a/striker-ui/components/OutlinedInputWithLabel.tsx b/striker-ui/components/OutlinedInputWithLabel.tsx index 7e34ccc9..4918b4f0 100644 --- a/striker-ui/components/OutlinedInputWithLabel.tsx +++ b/striker-ui/components/OutlinedInputWithLabel.tsx @@ -86,7 +86,7 @@ const OutlinedInputWithLabel: FC = ({ {helpText && ( { - setIsShowHelp(true); + setIsShowHelp(!isShowHelp); }} sx={{ color: GREY,