mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-11-03 22:55:43 +00:00 
			
		
		
		
	Add 'note' field to form (#9186)
This commit is contained in:
		@@ -90,7 +90,8 @@ export function RelatedPartTable({
 | 
			
		||||
      part_1: {
 | 
			
		||||
        hidden: true
 | 
			
		||||
      },
 | 
			
		||||
      part_2: {}
 | 
			
		||||
      part_2: {},
 | 
			
		||||
      note: {}
 | 
			
		||||
    };
 | 
			
		||||
  }, []);
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user