diff --git a/sdk/components/src/ButtonShare/ButtonShare.tsx b/sdk/components/src/ButtonShare/ButtonShare.tsx index 78b91a40..477ec24a 100644 --- a/sdk/components/src/ButtonShare/ButtonShare.tsx +++ b/sdk/components/src/ButtonShare/ButtonShare.tsx @@ -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; };