Skip to content

Commit 7fdab84

Browse files
committed
chore: remove unnecessary showOnTruncate prop
1 parent cdaaeef commit 7fdab84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Common/RJSF/templates/ButtonTemplates/AddButton.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export const AddButton = ({
3838
title="Add"
3939
>
4040
<PlusIcon className="icon-dim-16 fcb-5" />
41-
<Tooltip showOnTruncate placement="right" content={content}>
41+
<Tooltip placement="right" content={content}>
4242
<span className="cb-5 fs-13 lh-34 dc__truncate">{content}</span>
4343
</Tooltip>
4444
</button>

0 commit comments

Comments
 (0)