Skip to content

Commit

Permalink
Correct definition of feeListMaterialNumberText in FeeList.dev.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
Adamik10 committed Jan 2, 2024
1 parent a2e273b commit 26c4c8e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/apps/fee-list/FeeList.dev.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -169,10 +169,8 @@ export default {
control: { type: "text" }
},
feeListMaterialNumberText: {
materialNumberText: {
defaultValue: "# @materialNumber",
control: { type: "text" }
}
defaultValue: "# @materialNumber",
control: { type: "text" }
}
},
decorators: [withQuery]
Expand Down

0 comments on commit 26c4c8e

Please sign in to comment.