Skip to content

Commit

Permalink
fix location filtering
Browse files Browse the repository at this point in the history
  • Loading branch information
axgu committed Apr 20, 2024
1 parent cb77970 commit 7f93058
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/manage/items/create.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ const CreateItem: NextPageWithLayout = () => {
</label>
<MyListbox
values={Object.values(Location)}
displayValue={(prop) => Location[prop]}
displayValue={(prop) => Locations[prop]}
keyValue={(prop) => prop}
name="retrieveLocation"
control={methods.control}
Expand Down

0 comments on commit 7f93058

Please sign in to comment.