Skip to content

Commit

Permalink
Add the default isBusy prop
Browse files Browse the repository at this point in the history
  • Loading branch information
pablinos committed Mar 7, 2025
1 parent 21642fd commit ecbac4b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ const Template = args => <ScheduleButton { ...args } />;
export const _default = Template.bind( {} );
_default.args = {
scheduleTimestamp: Date.now() / 1000,
isBusy: false,
};

0 comments on commit ecbac4b

Please sign in to comment.