Skip to content

Commit ec4a744

Browse files
committed
Update docstring for loading Button property
1 parent afe910c commit ec4a744

File tree

1 file changed

+1
-1
lines changed
  • packages/snaps-sdk/src/jsx/components/form

1 file changed

+1
-1
lines changed

packages/snaps-sdk/src/jsx/components/form/Button.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import type { ImageElement } from '../Image';
1616
* @property variant - The variant of the button, i.e., `'primary'` or
1717
* `'destructive'`. Defaults to `'primary'`.
1818
* @property disabled - Whether the button is disabled. Defaults to `false`.
19-
* @property loading - Whether the button is in loading state. Defaults to `false`.
19+
* @property loading - Whether the button is loading. Defaults to `false`.
2020
* @property form - The name of the form component to associate the button with.
2121
*/
2222
export type ButtonProps = {

0 commit comments

Comments
 (0)