Skip to content

Commit

Permalink
Merge pull request #453 from nanasikeai/feat_storage_save
Browse files Browse the repository at this point in the history
fix: 存储页面新建、编辑没有调用接口 --bug=132024705
  • Loading branch information
0RAJA authored Oct 28, 2024
2 parents bb8e2ae + f9c5220 commit 892cdfd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/frontend/src/hooks/use-model-provider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ const findProvider = (componentInstance: ComponentInternalInstance | null): Comp
search([child.subTree]);
} else if (child.component) {
search([child.component]);
} else {
search(child.children);
}
});
};
Expand Down

0 comments on commit 892cdfd

Please sign in to comment.