diff --git a/src/_store/networks.module.js b/src/_store/networks.module.js index 668ef37..f303aad 100644 --- a/src/_store/networks.module.js +++ b/src/_store/networks.module.js @@ -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)