Skip to content

Commit ffa6b29

Browse files
Aleksy Lisowskipiotrczarnas
Aleksy Lisowski
authored andcommitted
Merged PR 3008: 13121 hand cursor advanced parameters
hand cursor advanced parameters
2 parents e219b84 + d64981f commit ffa6b29

File tree

1 file changed

+1
-0
lines changed
  • dqops/src/main/frontend/src/components/Dashboard/SectionWrapper

1 file changed

+1
-0
lines changed

dqops/src/main/frontend/src/components/Dashboard/SectionWrapper/index.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ const SectionWrapper = ({
3232
className={clsx(
3333
'px-2 absolute bg-white left-2 top-0 -translate-y-1/2 text-gray-700 font-semibold',
3434
svgIcon ? 'flex items-center justify-center' : '',
35+
onClick ? 'cursor-pointer' : '',
3536
titleClassName
3637
)}
3738
onClick={onClick}

0 commit comments

Comments
 (0)