Skip to content

Commit

Permalink
description made optional (#836)
Browse files Browse the repository at this point in the history
  • Loading branch information
Skoob1905 authored Mar 22, 2024
1 parent efc7fa3 commit abb5019
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SelectorButton/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export type SelectorButtonProps = {
/**
* The description to render below the text
*/
description: string;
description?: string;
/**
* OnClick handler for the button
* @returns A clientside redirect to the upload wizard for
Expand Down

0 comments on commit abb5019

Please sign in to comment.