Skip to content

Commit

Permalink
fix: CI
Browse files Browse the repository at this point in the history
  • Loading branch information
yuyutaotao committed Feb 5, 2025
1 parent 05d0dc3 commit c5e8227
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web-integration/src/playground/static-page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export default class StaticPage implements AbstractPage {
if (uiContext.tree) {
this.uiContext = uiContext;
} else {
const contents = uiContext.content;
const contents = uiContext.content || [];
this.uiContext = Object.assign(uiContext, {
tree: {
node: null,
Expand Down

0 comments on commit c5e8227

Please sign in to comment.