Skip to content

Commit 1f63220

Browse files
committed
submit without joining fix
1 parent 86cd341 commit 1f63220

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/request/requestpage.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -268,14 +268,14 @@ const RequestPage = () => {
268268
</AlertDialogDescription>
269269
</AlertDialogHeader>
270270
<AlertDialogFooter>
271-
<AlertDialogCancel className="bg-slate-700 text-white hover:bg-slate-600 border-slate-600">
271+
<AlertDialogCancel onClick={handleFinalSubmit} className="bg-slate-700 text-white hover:bg-slate-600 border-slate-600">
272272
Submit Without Joining
273273
</AlertDialogCancel>
274274
<AlertDialogAction
275275
onClick={handleDiscordJoin}
276276
className="bg-purple-500 hover:bg-purple-600 text-white"
277277
>
278-
Join Discord
278+
Join Discord and Submit
279279
</AlertDialogAction>
280280
</AlertDialogFooter>
281281
</AlertDialogContent>

0 commit comments

Comments
 (0)