Skip to content

Commit 020698e

Browse files
committed
fix: groups field auto-height
ref issue #4270
1 parent d3355c8 commit 020698e

File tree

1 file changed

+1
-0
lines changed
  • src/projects/detail/components/GroupsField

1 file changed

+1
-0
lines changed

src/projects/detail/components/GroupsField/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ class GroupsField extends React.Component {
7171
<FormsySelect
7272
name="groups-field"
7373
isMulti
74+
heightAuto
7475
onInputChange={this.handleInputChange}
7576
onChange={this.handleChange}
7677
value={this.state.groups}

0 commit comments

Comments
 (0)