Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
FateRiddle committed Sep 28, 2021
1 parent e26e5a5 commit a041dec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/form-render/.test/test-list-1.4.0.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { Button } from 'antd';
import FormRender, { useForm } from 'form-render';

const Ha = props => {
console.log(props, 'poadshahahahah --asd-fs-df-s-sd-f');
console.log(props, '');
return 'haha';
};

Expand All @@ -12,7 +12,7 @@ const schema = {
properties: {
listName: {
title: 'mylist',
1 description: '对象数组嵌套功能',
description: '对象数组嵌套功能',
type: 'array',
min: 2,
max: 3,
Expand Down

0 comments on commit a041dec

Please sign in to comment.