Selaa lähdekoodia

fix incorrect param order in fork call

pull/16/head
Jonathan Cobb 4 vuotta sitten
vanhempi
commit
9011079a9f
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. +1
    -1
      src/_store/networks.module.js

+ 1
- 1
src/_store/networks.module.js Näytä tiedosto

@@ -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)


Ladataan…
Peruuta
Tallenna