[go: up one dir, main page]

Skip to content

Commit

Permalink
Add required asterisk to Item Popup
Browse files Browse the repository at this point in the history
  • Loading branch information
jerrylin1218 authored Mar 19, 2021
1 parent e5533d9 commit feafe52
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/contributions/items/ItemPopup.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,21 +119,21 @@ export default function ItemPopup({
+ " Item "}
body={
<div>
Material
Material*
<SelectCustom
optionList={items}
property={"material"}
value={material}
setValue={setMaterial}
/>
Category
Category*
<SelectCustom
optionList={items}
property={"category"}
value={category}
setValue={setCategory}
/>
Item Name
Item Name*
<SelectCustom
optionList={items}
property={"item_name"}
Expand Down

0 comments on commit feafe52

Please sign in to comment.