Skip to content

Commit 05d33e4

Browse files
committed
undo copy text button change
1 parent 73176de commit 05d33e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/dashboard/src/@/components/ui/CopyTextButton.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { Button } from "./button";
77
import { ToolTipLabel } from "./tooltip";
88

99
export function CopyTextButton(props: {
10-
textToShow: string | React.ReactNode;
10+
textToShow: string;
1111
textToCopy: string;
1212
tooltip: string | undefined;
1313
className?: string;

0 commit comments

Comments
 (0)