Skip to content

Commit

Permalink
Merge branch 'FlowiseAI:main' into feat/search-text-hint
Browse files Browse the repository at this point in the history
  • Loading branch information
rhumbertgz authored Sep 27, 2024
2 parents f98ac5f + d3c5abf commit 9faa14e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/ui/src/ui-component/cards/MainCard.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,11 @@ const MainCard = forwardRef(function MainCard(
},
ref
) {
const otherProps = { ...others, border: others.border === false ? undefined : others.border }
return (
<Card
ref={ref}
{...others}
{...otherProps}
sx={{
background: 'transparent',
':hover': {
Expand Down

0 comments on commit 9faa14e

Please sign in to comment.