taking name field out
This commit is contained in:
parent
326d4b44c6
commit
8d2d9ea0e7
1 changed files with 2 additions and 2 deletions
|
|
@ -86,7 +86,7 @@ export default function BulkBinSettings(props: Props) {
|
|||
<React.Fragment>
|
||||
<Grid width={"100%"} container direction="row" spacing={2} alignContent="center" alignItems="center">
|
||||
{/* first row */}
|
||||
<Grid size={{ xs: gridItemWidth }}>
|
||||
{/* <Grid size={{ xs: gridItemWidth }}>
|
||||
<TextField
|
||||
fullWidth
|
||||
label="Bin Name"
|
||||
|
|
@ -95,7 +95,7 @@ export default function BulkBinSettings(props: Props) {
|
|||
setName(e.target.value);
|
||||
}}
|
||||
/>
|
||||
</Grid>
|
||||
</Grid> */}
|
||||
<Grid size={{ xs: gridItemWidth }}>
|
||||
<SearchSelect
|
||||
label="Grain Type"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue