mirror of https://github.com/apache/cloudstack.git
This change should not have been commited, part of a debug test
This commit is contained in:
parent
55f622e6e1
commit
f6b5e15bc5
|
|
@ -1328,7 +1328,7 @@ export default {
|
|||
return new Promise((resolve, reject) => {
|
||||
postAPI(apiCommand, {
|
||||
id,
|
||||
sortkey: index
|
||||
sortKey: index
|
||||
}).then((response) => {
|
||||
resolve(response)
|
||||
}).catch((reason) => {
|
||||
|
|
|
|||
Loading…
Reference in New Issue