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