diff --git a/apps/simple-trading-app/src/app/components/deal-ticket/deal-ticket-steps.tsx b/apps/simple-trading-app/src/app/components/deal-ticket/deal-ticket-steps.tsx index 7a00b91dd..eb5f8c1fa 100644 --- a/apps/simple-trading-app/src/app/components/deal-ticket/deal-ticket-steps.tsx +++ b/apps/simple-trading-app/src/app/components/deal-ticket/deal-ticket-steps.tsx @@ -15,8 +15,8 @@ import { DealTicketAmount, } from '@vegaprotocol/deal-ticket'; import { - OrderTimeInForce, - OrderType, + VegaWalletOrderTimeInForce as OrderTimeInForce, + VegaWalletOrderType as OrderType, VegaTxStatus, } from '@vegaprotocol/wallet'; import { t, addDecimal, toDecimal } from '@vegaprotocol/react-helpers';