Skip to content

Commit

Permalink
Merge pull request #457 from TencentBlueKing/feat_storage_save
Browse files Browse the repository at this point in the history
fix: 存储页面新建、编辑没有调用接口 --bug=132024705
  • Loading branch information
0RAJA authored Oct 29, 2024
2 parents e0dd3de + 892cdfd commit 6eb7b61
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 6eb7b61

Please sign in to comment.