From 0540d269ab16f40957820a291c179634c0e19329 Mon Sep 17 00:00:00 2001 From: Luciano Resende Date: Mon, 30 Dec 2024 17:21:21 -0800 Subject: [PATCH] Switch from elyra-code-viewer to jupyterlab-code-viewer Signed-off-by: Luciano Resende --- packages/pipeline-editor/src/PipelineEditorWidget.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/pipeline-editor/src/PipelineEditorWidget.tsx b/packages/pipeline-editor/src/PipelineEditorWidget.tsx index 92d1452db..da6472130 100644 --- a/packages/pipeline-editor/src/PipelineEditorWidget.tsx +++ b/packages/pipeline-editor/src/PipelineEditorWidget.tsx @@ -107,7 +107,7 @@ export const commandIDs = { submitNotebook: 'notebook:submit', addFileToPipeline: 'pipeline-editor:add-node', refreshPalette: 'pipeline-editor:refresh-palette', - openViewer: 'elyra-code-viewer:open' + openViewer: 'code-viewer:open' }; interface IExtendedThemeProviderProps