Skip to content

Commit

Permalink
remove empty object pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
matmair committed Jul 11, 2024
1 parent 8933a21 commit 4701cc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frontend/src/forms/PartForms.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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`,
Expand Down

0 comments on commit 4701cc9

Please sign in to comment.