Skip to content

Commit 98bbd8e

Browse files
committed
Use copyButtonAppearance instead of copyable since Code v18
1 parent 70133d2 commit 98bbd8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/compass-collection/src/components/mock-data-generator-modal/faker-mapping-selector.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ const FakerMappingSelector = ({
115115
id="faker-function-call-preview"
116116
data-testid="faker-function-call-preview"
117117
language="javascript"
118-
copyable={false}
118+
copyButtonAppearance="none"
119119
>
120120
{formatFakerFunctionCallWithArgs(
121121
activeFakerFunction,

0 commit comments

Comments
 (0)