Skip to content

Commit 7ef6230

Browse files
liujupingJackLian
authored andcommitted
feat(common): update skeletonCabinSymbol exports
1 parent 34acd70 commit 7ef6230

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/shell/src/api/common.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ class SkeletonCabin implements IPublicApiCommonSkeletonCabin {
176176
constructor(skeleton: InnerSkeleton) {
177177
this[skeletonSymbol] = skeleton;
178178
this[skeletonCabinSymbol] = {
179-
Workbench: this.Workbench,
179+
Workbench: InnerWorkbench,
180180
createSettingFieldView: this.createSettingFieldView,
181181
PopupContext: InnerPopupContext,
182182
PopupPipe: InnerPopupPipe,

0 commit comments

Comments
 (0)