From a56bc4197acc20373023c2b4eaeba80b51dcb975 Mon Sep 17 00:00:00 2001 From: krishna2323 Date: Fri, 19 Jul 2024 06:23:34 +0530 Subject: [PATCH] add docs for useKeyboardShortcuts. Signed-off-by: krishna2323 --- src/components/SettlementButton.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/SettlementButton.tsx b/src/components/SettlementButton.tsx index 58804a5ad87e..294752a3a0d7 100644 --- a/src/components/SettlementButton.tsx +++ b/src/components/SettlementButton.tsx @@ -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; };