mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Rename Any OS version's key to "All" in APPM publisher UI
This commit is contained in:
parent
90570e1d3c
commit
0a9d2e6426
@ -436,9 +436,9 @@ class NewAppUploadForm extends React.Component {
|
||||
defaultActiveFirstOption={true}
|
||||
onChange={this.handleUpperOsVersionChange}>
|
||||
{(supportedOsVersions.length > 0) &&(
|
||||
<Option key="any"
|
||||
<Option key="all"
|
||||
value={supportedOsVersions[supportedOsVersions.length-1]["versionName"]}>
|
||||
Any
|
||||
All
|
||||
</Option>
|
||||
)}
|
||||
{supportedOsVersions.map(version => (
|
||||
|
||||
Loading…
Reference in New Issue
Block a user