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
feature/appm-store/pbac
Saad Sahibjan 5 years ago
commit 70310c55fb

@ -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}

Loading…
Cancel
Save