We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86cd341 commit 1f63220Copy full SHA for 1f63220
app/request/requestpage.tsx
@@ -268,14 +268,14 @@ const RequestPage = () => {
268
</AlertDialogDescription>
269
</AlertDialogHeader>
270
<AlertDialogFooter>
271
- <AlertDialogCancel className="bg-slate-700 text-white hover:bg-slate-600 border-slate-600">
+ <AlertDialogCancel onClick={handleFinalSubmit} className="bg-slate-700 text-white hover:bg-slate-600 border-slate-600">
272
Submit Without Joining
273
</AlertDialogCancel>
274
<AlertDialogAction
275
onClick={handleDiscordJoin}
276
className="bg-purple-500 hover:bg-purple-600 text-white"
277
>
278
- Join Discord
+ Join Discord and Submit
279
</AlertDialogAction>
280
</AlertDialogFooter>
281
</AlertDialogContent>
0 commit comments