Skip to content

Commit

Permalink
make TextField multiline
Browse files Browse the repository at this point in the history
  • Loading branch information
jonahgreenthal committed Sep 14, 2023
1 parent 2eadeef commit de0365f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/admin/BookingsList.js
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,7 @@ class BookingsListImpl extends React.PureComponent {
value={bookings.map(it => it.emailAddress).join('; ')}
inputProps={{ className: 'input' }}
fullWidth
multiline
/>
</FormControl>
)
Expand Down

0 comments on commit de0365f

Please sign in to comment.