Skip to content

Commit 9e15ae5

Browse files
author
Vikas Agarwal
committed
Added type constant for consistency
1 parent f264717 commit 9e15ae5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/projects/detail/components/Accordion/Accordion.jsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ const TYPE = {
2121
RADIO_GROUP: 'radio-group',
2222
ADD_ONS: 'add-ons',
2323
TEXTINPUT: 'textinput',
24-
TEXTBOX: 'textbox'
24+
TEXTBOX: 'textbox',
25+
NUMBERINPUT: 'numberinput'
2526
}
2627

2728
/**

0 commit comments

Comments
 (0)