Skip to content

Commit

Permalink
Switch from elyra-code-viewer to jupyterlab-code-viewer
Browse files Browse the repository at this point in the history
Signed-off-by: Luciano Resende <[email protected]>
  • Loading branch information
lresende committed Jan 1, 2025
1 parent 6eef65b commit 0540d26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/pipeline-editor/src/PipelineEditorWidget.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0540d26

Please sign in to comment.