Skip to content

Commit

Permalink
[ui] Fix ops navigation in new code location defs page (#24360)
Browse files Browse the repository at this point in the history
## Summary & Motivation

Repair the `:name` param on the ops explorer in the new code location
page.

## How I Tested These Changes

View code location with ops, click on an op. Verify that it shows the
details correctly.

## Changelog

NOCHANGELOG
  • Loading branch information
hellendag authored Sep 10, 2024
1 parent b57ffe0 commit 2543883
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export const CodeLocationDefinitionsMain = ({repoAddress, repository}: Props) =>
<Route path="/locations/:repoPath/graphs">
<CodeLocationGraphsList repoAddress={repoAddress} />
</Route>
<Route path="/locations/:repoPath/ops">
<Route path="/locations/:repoPath/ops/:name?">
<CodeLocationOpsView repoAddress={repoAddress} />
</Route>
</Switch>
Expand Down

1 comment on commit 2543883

@github-actions
Copy link

Choose a reason for hiding this comment

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

Deploy preview for dagit-core-storybook ready!

✅ Preview
https://dagit-core-storybook-ln43ovsx1-elementl.vercel.app

Built with commit 2543883.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.