diff --git a/packages/app/components/drop/create-drop-steps/create-drop-steps.tsx b/packages/app/components/drop/create-drop-steps/create-drop-steps.tsx index 5209591eea..087da9b87c 100644 --- a/packages/app/components/drop/create-drop-steps/create-drop-steps.tsx +++ b/packages/app/components/drop/create-drop-steps/create-drop-steps.tsx @@ -73,7 +73,7 @@ type CreateDropStep = | "select-drop"; export const CreateDropSteps = () => { - const [step, setStep] = useState("select-drop"); + const [step, setStep] = useState("media"); const modalContext = useModalScreenContext(); const { control, @@ -228,8 +228,9 @@ export const CreateDropSteps = () => { handleNextStep={() => setStep("title")} handleFileChange={handleFileChange} handlePrevStep={() => { - setStep("select-drop"); - modalContext?.snapToIndex(0); + //setStep("select-drop"); + //modalContext?.snapToIndex(0); + modalContext?.pop(); }} description={description} file={file} @@ -332,7 +333,7 @@ const CreateDropStepMedia = ( const mediaWidth = Math.min(340, windowWidth - 32); return ( - + Upload an image or video for your Pre-Save Airdrop