Skip to content

Commit

Permalink
fix: buttons on StatusMessage should be optional
Browse files Browse the repository at this point in the history
  • Loading branch information
jehogo committed Jan 8, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 0ef4c25 commit 933c0f2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -21,7 +21,7 @@ export interface StatusMessageProps
/** Description block of status message */
description?: React.ReactNode;
/** Buttons of the status message */
buttons: ButtonGroupProps['children'];
buttons?: ButtonGroupProps['children'];
/** Icon or any symbol for the top of the panel */
icon?: React.ReactNode;
/** If it's true then the content box is not centered and it's scrollable */

0 comments on commit 933c0f2

Please sign in to comment.