Skip to content

Commit

Permalink
Update ToolbarButton widget library (#3282)
Browse files Browse the repository at this point in the history
Signed-off-by: Guilherme Caponetto <638737+caponetto@users.noreply.github.com>
  • Loading branch information
caponetto authored Jan 23, 2025
1 parent d23c719 commit 408f4f8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/pipeline-editor/src/SubmitFileButtonExtension.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ import {
RequestErrors,
showFormDialog
} from '@elyra/ui-components';
import { Dialog, showDialog, ToolbarButton } from '@jupyterlab/apputils';
import { Dialog, showDialog } from '@jupyterlab/apputils';
import { PathExt } from '@jupyterlab/coreutils';
import { DocumentRegistry, DocumentWidget } from '@jupyterlab/docregistry';
import { ToolbarButton } from '@jupyterlab/ui-components';
import { IDisposable } from '@lumino/disposable';

import * as React from 'react';

import { FileSubmissionDialog } from './FileSubmissionDialog';
Expand Down
3 changes: 2 additions & 1 deletion packages/script-editor/src/ScriptEditor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

import { Dialog, ToolbarButton, showDialog } from '@jupyterlab/apputils';
import { Dialog, showDialog } from '@jupyterlab/apputils';
import { CodeEditor } from '@jupyterlab/codeeditor';
import { DocumentRegistry, DocumentWidget } from '@jupyterlab/docregistry';
import { FileEditor } from '@jupyterlab/fileeditor';
Expand All @@ -28,6 +28,7 @@ import {
RenderMimeRegistry,
standardRendererFactories as initialFactories
} from '@jupyterlab/rendermime';
import { ToolbarButton } from '@jupyterlab/ui-components';
import {
DockPanelSvg,
LabIcon,
Expand Down

0 comments on commit 408f4f8

Please sign in to comment.