Merge branch 'application-mgt-new' into 'application-mgt-new'

Fix device loading issue in add new app in APPM UI

See merge request entgra/carbon-device-mgt!192
This commit is contained in:
Saad Sahibjan 2019-07-31 08:27:53 +00:00
commit 70310c55fb

View File

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