Fixed model measurement model decl.
This commit is contained in:
		
							parent
							
								
									d606ba2228
								
							
						
					
					
						commit
						6c58af7945
					
				
					 1 changed files with 0 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -1,7 +1,6 @@
 | 
			
		|||
import DS from 'ember-data';
 | 
			
		||||
 | 
			
		||||
export default DS.Model.extend({
 | 
			
		||||
  characteristicId: DS.attr(),
 | 
			
		||||
  textMeasurementTypeId: DS.attr(),
 | 
			
		||||
  txtValue: DS.attr(),
 | 
			
		||||
  numValue: DS.attr(),
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue