Skip to content

Commit

Permalink
Merge pull request #1068 from hackforla/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
sydneywalcoff authored Nov 8, 2023
2 parents 1c77a07 + 412f0ea commit f07d0dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions products/statement-generator/src/components/Input.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ const InputArea: React.FC<InputFieldProps> = ({
placeholder={placeholder}
disabled={disabled}
type={type}
inputProps={{ min: 0 }}
notched={false}
fullWidth
endAdornment={
Expand Down

0 comments on commit f07d0dd

Please sign in to comment.