Skip to content

Commit

Permalink
(fix/ui) update job submission route
Browse files Browse the repository at this point in the history
  • Loading branch information
leonjza committed Oct 11, 2024
1 parent 1ca03bf commit ff73ef8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/ui/src/pages/submit/Submit.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ export default function JobSubmissionPage() {
</TabsList>
<TabsContent value="job">
<Form method="post" className="space-y-6">
<input type="hidden" name="action" value="submitJob" />
<input type="hidden" name="action" value="job" />
<div className="space-y-4">
<h3 className="text-lg font-semibold">URLs</h3>
{urls.map((url, index) => (
Expand Down

0 comments on commit ff73ef8

Please sign in to comment.