Skip to content

Commit 0f5e38c

Browse files
authored
Remove copy to clipboard button default props (#1336)
1 parent 743c3f4 commit 0f5e38c

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/CopyToClipboardButton/CopyToClipboardButton.tsx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,4 @@ function CopyToClipboardButton({
6969
);
7070
}
7171

72-
CopyToClipboardButton.defaultProps = {
73-
copyText: '',
74-
displayText: undefined,
75-
variant: ButtonVariants.NEUTRAL,
76-
};
77-
7872
export default CopyToClipboardButton;

0 commit comments

Comments
 (0)