mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-10-31 13:15:43 +00:00 
			
		
		
		
	remove empty object pattern
This commit is contained in:
		| @@ -97,7 +97,7 @@ export function usePartFields({ | |||||||
| /** | /** | ||||||
|  * Construct a set of fields for creating / editing a PartCategory instance |  * Construct a set of fields for creating / editing a PartCategory instance | ||||||
|  */ |  */ | ||||||
| export function partCategoryFields({}: {}): ApiFormFieldSet { | export function partCategoryFields(): ApiFormFieldSet { | ||||||
|   let fields: ApiFormFieldSet = { |   let fields: ApiFormFieldSet = { | ||||||
|     parent: { |     parent: { | ||||||
|       description: t`Parent part category`, |       description: t`Parent part category`, | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user