Fix device loading issue in add new app in APPM UI

feature/appm-store/pbac
Jayasanka 5 years ago
parent c8086f8b5c
commit 2d2ffde0a4

@ -182,11 +182,9 @@ class NewAppDetailsForm extends React.Component {
message: 'Please select device type'
}
],
}
)(
<Select
mode="multiple"
style={{width: '100%'}}
placeholder="select device type"
onChange={this.handleCategoryChange}

Loading…
Cancel
Save