diff --git a/src/components/ButtonWithDropdownMenu/index.tsx b/src/components/ButtonWithDropdownMenu/index.tsx index f86e0c2da999..7cf752a61214 100644 --- a/src/components/ButtonWithDropdownMenu/index.tsx +++ b/src/components/ButtonWithDropdownMenu/index.tsx @@ -17,7 +17,7 @@ import type {AnchorPosition} from '@src/styles'; import type {ButtonWithDropdownMenuProps} from './types'; function ButtonWithDropdownMenu({ - success = false, + success = true, isSplitButton = true, isLoading = false, isDisabled = false, diff --git a/src/components/MoneyRequestConfirmationList.tsx b/src/components/MoneyRequestConfirmationList.tsx index b87c51cc6b64..6a888a09b60b 100755 --- a/src/components/MoneyRequestConfirmationList.tsx +++ b/src/components/MoneyRequestConfirmationList.tsx @@ -853,7 +853,6 @@ function MoneyRequestConfirmationList({ /> ) : ( confirm(value as PaymentMethodType)} options={splitOrRequestOptions} diff --git a/src/components/SettlementButton/index.tsx b/src/components/SettlementButton/index.tsx index ed1d8fd73565..d2b84f6cd54a 100644 --- a/src/components/SettlementButton/index.tsx +++ b/src/components/SettlementButton/index.tsx @@ -238,7 +238,6 @@ function SettlementButton({ > {(triggerKYCFlow, buttonRef) => ( - success onOptionsMenuShow={onPaymentOptionsShow} onOptionsMenuHide={onPaymentOptionsHide} buttonRef={buttonRef}