mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
changed platform to devicetype
This commit is contained in:
parent
6ce3eceb70
commit
42727786ce
@ -25,7 +25,7 @@ class ConnectedAppList extends React.Component {
|
||||
<Col key={app.id} xs={24} sm={12} md={6} lg={6}>
|
||||
<AppCard key={app.id}
|
||||
name={app.name}
|
||||
platform={app.platform}
|
||||
platform={app.deviceType}
|
||||
type={app.type}
|
||||
subType={app.subType}
|
||||
description={app.description}/>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user