Skip to content

Commit

Permalink
update property
Browse files Browse the repository at this point in the history
  • Loading branch information
kalebkniven committed Nov 15, 2024
1 parent f568ac8 commit c717a4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/buttons/props.js
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,7 @@ export type RenderButtonProps = {|
displayOnly?: $ReadOnlyArray<$Values<typeof DISPLAY_ONLY_VALUES>>,
message?: ButtonMessage,
messageMarkup?: string,
isFlastlane?: boolean,
isFastlane?: boolean,
|};

export type PrerenderDetails = {|
Expand Down

0 comments on commit c717a4e

Please sign in to comment.