Skip to content

Commit 3a6a7a5

Browse files
committed
getAPI -> api
1 parent 6f35254 commit 3a6a7a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/views/compute/EditVM.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ export default {
325325
})
326326
},
327327
fetchExtraConfigEnabled () {
328-
getAPI('listConfigurations', {
328+
api('listConfigurations', {
329329
accountid: this.$store.getters.userInfo.accountid,
330330
name: 'enable.additional.vm.configuration'
331331
}).then(json => {

0 commit comments

Comments
 (0)