Skip to content
This repository has been archived by the owner on Jul 14, 2020. It is now read-only.

Commit

Permalink
Fix text-area meta
Browse files Browse the repository at this point in the history
ref #24
  • Loading branch information
Sneki committed Jun 29, 2018
1 parent 2729adf commit 004f25e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/CTextArea/index.meta.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
export default {
group: 'inputs',
type: 'text',
name: 'Text Box',
icon: 'title',
type: 'text-area',
name: 'Text Area',
icon: 'text_fields',
optionGroups: {
validation: {
key: 'validation',
Expand Down

0 comments on commit 004f25e

Please sign in to comment.