From ec4a74454c018ec46a4cd957c0ae78fc6c5accd2 Mon Sep 17 00:00:00 2001 From: david0xd Date: Mon, 9 Dec 2024 17:54:32 +0100 Subject: [PATCH] Update docstring for loading Button property --- packages/snaps-sdk/src/jsx/components/form/Button.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/snaps-sdk/src/jsx/components/form/Button.ts b/packages/snaps-sdk/src/jsx/components/form/Button.ts index ffb89801b8..d5bf47dbab 100644 --- a/packages/snaps-sdk/src/jsx/components/form/Button.ts +++ b/packages/snaps-sdk/src/jsx/components/form/Button.ts @@ -16,7 +16,7 @@ import type { ImageElement } from '../Image'; * @property variant - The variant of the button, i.e., `'primary'` or * `'destructive'`. Defaults to `'primary'`. * @property disabled - Whether the button is disabled. Defaults to `false`. - * @property loading - Whether the button is in loading state. Defaults to `false`. + * @property loading - Whether the button is loading. Defaults to `false`. * @property form - The name of the form component to associate the button with. */ export type ButtonProps = {