mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Refactor switch statement
This commit is contained in:
parent
0037056ee8
commit
374344d0e2
@ -913,20 +913,12 @@ function constructInput(name, parameters, options) {
|
||||
func = constructCheckboxInput;
|
||||
break;
|
||||
case 'string':
|
||||
func = constructTextInput;
|
||||
break;
|
||||
case 'url':
|
||||
func = constructTextInput;
|
||||
break;
|
||||
case 'email':
|
||||
func = constructTextInput;
|
||||
break;
|
||||
case 'integer':
|
||||
func = constructNumberInput;
|
||||
break;
|
||||
case 'float':
|
||||
func = constructNumberInput;
|
||||
break;
|
||||
case 'decimal':
|
||||
func = constructNumberInput;
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user