Skip to content

Commit

Permalink
♻️ text is optional on ButtonShare props
Browse files Browse the repository at this point in the history
  • Loading branch information
srod committed Dec 13, 2024
1 parent e082d6f commit ad05514
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/components/src/ButtonShare/ButtonShare.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { getModalBuilderSteps, onClientReady } from "../utils";
*/
type ButtonShareProps = {
/** Text to display on the button */
text: string;
text?: string;
/** Classname to apply to the button */
classname?: string;
};
Expand Down

0 comments on commit ad05514

Please sign in to comment.