taking name field out

This commit is contained in:
csawatzky 2025-03-19 13:36:34 -06:00
parent 326d4b44c6
commit 8d2d9ea0e7

View file

@ -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"