Skip to content

Commit bc3a65e

Browse files
committed
Update demo
1 parent fe16ca5 commit bc3a65e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

demo/src/view/main/index/component.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,9 +126,9 @@ export default class Component extends React.Component {
126126
/>
127127
<ArrayInput
128128
name="array"
129-
// required
129+
required
130130
label="Array"
131-
// initialValue={[1, 2, 3]}
131+
initialValue={[1, 2, 3]}
132132
/>
133133
<InputNumber
134134
min={1}

0 commit comments

Comments
 (0)