Skip to content

Commit

Permalink
Fix PUI fields too
Browse files Browse the repository at this point in the history
  • Loading branch information
SchrodingersGat committed Aug 22, 2024
1 parent 88b7976 commit a2a8897
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frontend/src/forms/StockForms.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ export function useStockFields({
value: batchCode,
onValueChange: (value) => setBatchCode(value)
},
status_custom_key: {},
status: {},
expiry_date: {
// TODO: icon
},
Expand Down

0 comments on commit a2a8897

Please sign in to comment.