Pārlūkot izejas kodu

fix incorrect param order in fork call

pull/16/head
Jonathan Cobb pirms 4 gadiem
vecāks
revīzija
9011079a9f
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. +1
    -1
      src/_store/networks.module.js

+ 1
- 1
src/_store/networks.module.js Parādīt failu

@@ -57,7 +57,7 @@ const actions = {
.then(
plan => {
if (accountPlan.forkHost && accountPlan.forkHost !== '') {
networkService.forkNetwork(userId, plan.name, accountPlan.forkHost, cloud, exactRegion, region, messages, errors)
networkService.forkNetwork(userId, plan.name, accountPlan.forkHost, cloud, region, exactRegion, messages, errors)
.then(
newNodeNotification => commit('addPlanAndStartNetworkSuccess', newNodeNotification),
error => commit('addPlanSuccessStartNetworkFailure', error)


Notiek ielāde…
Atcelt
Saglabāt