mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-10-30 20:55:42 +00:00 
			
		
		
		
	js linting fix
This commit is contained in:
		| @@ -1992,16 +1992,16 @@ function constructInputOptions(name, classes, type, parameters) { | ||||
|     } | ||||
|  | ||||
|     switch (parameters.type) { | ||||
|         case 'boolean': | ||||
|             opts.push(`style='display: inline-block; width: 20px; margin-right: 20px;'`); | ||||
|             break; | ||||
|         case 'integer': | ||||
|         case 'float': | ||||
|         case 'decimal': | ||||
|             opts.push(`step='any'`); | ||||
|             break; | ||||
|         default: | ||||
|             break; | ||||
|     case 'boolean': | ||||
|         opts.push(`style='display: inline-block; width: 20px; margin-right: 20px;'`); | ||||
|         break; | ||||
|     case 'integer': | ||||
|     case 'float': | ||||
|     case 'decimal': | ||||
|         opts.push(`step='any'`); | ||||
|         break; | ||||
|     default: | ||||
|         break; | ||||
|     } | ||||
|  | ||||
|     if (parameters.multiline) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user