Skip to content

Commit

Permalink
feat: 迭代开发
Browse files Browse the repository at this point in the history
  • Loading branch information
lhbxs committed Oct 24, 2023
1 parent f07b1cf commit 7dd7548
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion packages/form-render/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "form-render",
"version": "2.3.2",
"version": "2.3.3",
"description": "通过 JSON Schema 生成标准 Form,常用于自定义搭建配置界面生成",
"keywords": [
"Form",
Expand Down
2 changes: 0 additions & 2 deletions packages/form-render/src/derivative/SearchForm/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ const SearchForm: <RecordType extends object = any>(props: SearchProps<RecordTyp
});

useMount(() => {
debugger;
if (!collapsed) {
return;
}
Expand All @@ -119,7 +118,6 @@ const SearchForm: <RecordType extends object = any>(props: SearchProps<RecordTyp
});

useUpdateEffect(() => {
debugger;
if (!collapsed) {
return;
}
Expand Down

0 comments on commit 7dd7548

Please sign in to comment.