Skip to content

Commit

Permalink
feat(common): update skeletonCabinSymbol exports
Browse files Browse the repository at this point in the history
  • Loading branch information
liujuping committed Sep 6, 2023
1 parent 34acd70 commit 60c8c14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/shell/src/api/common.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ class SkeletonCabin implements IPublicApiCommonSkeletonCabin {
constructor(skeleton: InnerSkeleton) {
this[skeletonSymbol] = skeleton;
this[skeletonCabinSymbol] = {
Workbench: this.Workbench,
Workbench: InnerWorkbench,
createSettingFieldView: this.createSettingFieldView,
PopupContext: InnerPopupContext,
PopupPipe: InnerPopupPipe,
Expand Down

0 comments on commit 60c8c14

Please sign in to comment.