|
|
@ -265,7 +265,7 @@ const TaskListPage: React.FC = () => { |
|
|
|
</Select> |
|
|
|
</Select> |
|
|
|
</FormControl> |
|
|
|
</FormControl> |
|
|
|
|
|
|
|
|
|
|
|
{!newToBuy.newAddition && <FormControl sx={{ width: "50%", marginBottom: 2 }}> |
|
|
|
{!newToBuy.newAddition && <FormControl sx={{ width: "100%", marginBottom: 2 }}> |
|
|
|
<InputLabel id="demo-simple-select-label">材料名(選択)</InputLabel> |
|
|
|
<InputLabel id="demo-simple-select-label">材料名(選択)</InputLabel> |
|
|
|
<Select |
|
|
|
<Select |
|
|
|
labelId="demo-simple-select-label" |
|
|
|
labelId="demo-simple-select-label" |
|
|
|