2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-14 11:05:41 +00:00

remove empty object pattern

This commit is contained in:
Matthias Mair
2024-07-11 22:55:44 +02:00
parent 8933a21762
commit 4701cc97ec

View File

@ -97,7 +97,7 @@ export function usePartFields({
/**
* Construct a set of fields for creating / editing a PartCategory instance
*/
export function partCategoryFields({}: {}): ApiFormFieldSet {
export function partCategoryFields(): ApiFormFieldSet {
let fields: ApiFormFieldSet = {
parent: {
description: t`Parent part category`,