Skip to content

Commit

Permalink
feat:fix
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinYang11 committed Apr 28, 2023
1 parent 170e6a4 commit 9e5ef60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
. "$(dirname -- "$0")/_/husky.sh"

echo "lint start"
echo "hello "
echo "TO DO LINT "
echo "lint end"
2 changes: 1 addition & 1 deletion src/components/form/form_item/form_item.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export function FormItem(props: FormItemProps) {
return Promise.resolve("hello");
}
}))
rs(,()=>{})
rs("test",()=>{})
}
if(rules) {
rules?.forEach(i=>{
Expand Down

0 comments on commit 9e5ef60

Please sign in to comment.