Skip to content

Commit

Permalink
one line
Browse files Browse the repository at this point in the history
  • Loading branch information
burnettk committed Feb 11, 2025
1 parent 0132ae1 commit 4beb63e
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,8 @@ export default function ProcessModelForm({
metadataExtractionPath: MetadataExtractionPath,
) => {
return (
<Grid container spacing={2}>
<Grid size={{ md: 3, lg: 7, sm: 1 }}>
<Grid container spacing={2} alignItems="center">
<Grid item xs={3}>
<TextField
id={`process-model-metadata-extraction-path-key-${index}`}
label="Extraction Key"
Expand All @@ -121,7 +121,7 @@ export default function ProcessModelForm({
fullWidth
/>
</Grid>
<Grid size={{ md: 4, lg: 8, sm: 2 }}>
<Grid item xs={6}>
<TextField
id={`process-model-metadata-extraction-path-${index}`}
label="Extraction Path"
Expand All @@ -137,7 +137,7 @@ export default function ProcessModelForm({
fullWidth
/>
</Grid>
<Grid size={{ md: 1, lg: 1, sm: 1 }}>
<Grid item xs={1}>
<IconButton
aria-label="Remove Key"
onClick={() => {
Expand Down

0 comments on commit 4beb63e

Please sign in to comment.