Skip to content

Commit

Permalink
docs: update storybook
Browse files Browse the repository at this point in the history
  • Loading branch information
felixpy committed May 24, 2020
1 parent fb0b53a commit 5828115
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stories/formbuilder/FormBuilder.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export const BasicUsage = () => ({
</el-col>
<el-col :span="12" :xs="24">
<el-card>
<el-input type="textarea" v-model="formConfigJSON" rows="35" />
<el-input type="textarea" v-model="formConfigJSON" rows="45" />
</el-card>
</el-col>
</el-row>
Expand Down

0 comments on commit 5828115

Please sign in to comment.