Skip to content

Commit

Permalink
typescript fixes for tanstack updates
Browse files Browse the repository at this point in the history
  • Loading branch information
bgentry committed Sep 16, 2024
1 parent 399fc02 commit a081aa6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/components/WorkflowDetail.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,7 @@ const DependencyItem = ({

return (
<Link
to="."
search={{ selected: depJob.id }}
className="flex items-center gap-x-2 font-mono text-slate-900 dark:text-slate-200"
>
Expand Down
1 change: 1 addition & 0 deletions src/routes/jobs/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ export const Route = createFileRoute("/jobs/")({
beforeLoad: async ({ context, search }) => {
if (!search.state) {
throw redirect({
from: Route.fullPath,
replace: true,
search: {
state: JobState.Running,
Expand Down

0 comments on commit a081aa6

Please sign in to comment.