From 2543883c2379bd50dce5204e3912feac12ae8b09 Mon Sep 17 00:00:00 2001 From: Isaac Hellendag <2823852+hellendag@users.noreply.github.com> Date: Tue, 10 Sep 2024 13:31:19 -0500 Subject: [PATCH] [ui] Fix ops navigation in new code location defs page (#24360) ## 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 --- .../ui-core/src/code-location/CodeLocationDefinitionsMain.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js_modules/dagster-ui/packages/ui-core/src/code-location/CodeLocationDefinitionsMain.tsx b/js_modules/dagster-ui/packages/ui-core/src/code-location/CodeLocationDefinitionsMain.tsx index 419113493cdea..d22e0a3c4ae21 100644 --- a/js_modules/dagster-ui/packages/ui-core/src/code-location/CodeLocationDefinitionsMain.tsx +++ b/js_modules/dagster-ui/packages/ui-core/src/code-location/CodeLocationDefinitionsMain.tsx @@ -40,7 +40,7 @@ export const CodeLocationDefinitionsMain = ({repoAddress, repository}: Props) => - +