diff --git a/js/packages/web/src/views/auctionCreate/index.tsx b/js/packages/web/src/views/auctionCreate/index.tsx index 2065cd7..ad580d7 100644 --- a/js/packages/web/src/views/auctionCreate/index.tsx +++ b/js/packages/web/src/views/auctionCreate/index.tsx @@ -327,7 +327,7 @@ export const AuctionCreateView = () => { : ( attributes.gapTimeType == "hours" ? (60 * 60) // 1 hour in seconds - : 60 + : 60 // 1 minute in seconds ) )), priceFloor: new PriceFloor({ @@ -1177,6 +1177,7 @@ const EndingPhaseAuction = (props: { )} + autoFocus type="number" className="input" placeholder="Set the auction duration"