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