Skip to content

Commit

Permalink
NEOS-598: added back button on jobs define page (#1042)
Browse files Browse the repository at this point in the history
  • Loading branch information
evisdrenova committed Jan 5, 2024
1 parent 3639acc commit 7b900c4
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion frontend/apps/web/app/[account]/new/job/define/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,14 @@ export default function Page({ searchParams }: PageProps): ReactElement {
/>
</div>
</div>
<div className="flex flex-row justify-end">
<div className="flex flex-row justify-between">
<Button
variant="outline"
type="reset"
onClick={() => router.push(`/${account?.name}/new/job`)}
>
Back
</Button>
<Button type="submit" disabled={!form.formState.isValid}>
Next
</Button>
Expand Down

1 comment on commit 7b900c4

@vercel
Copy link

@vercel vercel bot commented on 7b900c4 Jan 5, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.