Skip to content

Commit

Permalink
fix: 存储页面新建、编辑没有调用接口 --bug=132024705
Browse files Browse the repository at this point in the history
  • Loading branch information
nanasikeai committed Oct 16, 2024
1 parent bb8e2ae commit f9c5220
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 f9c5220

Please sign in to comment.