Added state to disable Continue button
This commit is contained in:
@@ -586,7 +586,7 @@ export default function DownloadPage() {
|
|||||||
</Button>
|
</Button>
|
||||||
<Button
|
<Button
|
||||||
onClick={() => continueFlow()}
|
onClick={() => continueFlow()}
|
||||||
disabled={selectedPlatform === "Unsupported"}
|
disabled={selectedPlatform === "Unsupported" || !selectedPlatform}
|
||||||
>
|
>
|
||||||
{(flowIndex === 1 && platform === "MacOS") || flowIndex === 2
|
{(flowIndex === 1 && platform === "MacOS") || flowIndex === 2
|
||||||
? "Download 🥳"
|
? "Download 🥳"
|
||||||
|
|||||||
Reference in New Issue
Block a user