Skip to content

Commit

Permalink
add docs for useKeyboardShortcuts.
Browse files Browse the repository at this point in the history
Signed-off-by: krishna2323 <belivethatkg@gmail.com>
  • Loading branch information
Krishna2323 committed Jul 19, 2024
1 parent 37c7e3b commit a56bc41
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/SettlementButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ type SettlementButtonProps = SettlementButtonOnyxProps & {
/** Callback to open confirmation modal if any of the transactions is on HOLD */
confirmApproval?: () => void;

/** Whether to use keyboard shortcuts for confirmation or not */
useKeyboardShortcuts?: boolean;
};

Expand Down

0 comments on commit a56bc41

Please sign in to comment.