Resolve "subscription ended on submit"
Compare changes
@@ -9,24 +9,20 @@ import { getStoreBuilder, BareActionContext } from 'vuex-typex'
@@ -36,6 +32,7 @@ const availableTypesGetter = mb.read(function availableTypes (state, getters) {
@@ -43,6 +40,7 @@ const availableStagesGetter = mb.read(function availableStages (state, getters)
@@ -50,15 +48,23 @@ const availableStagesReadableGetter = mb.read(function availableStagesReadable (
@@ -127,21 +133,15 @@ function SET_SUBSCRIPTIONS (state: SubscriptionsState, subscriptions: Array<Subs
@@ -162,34 +162,43 @@ async function subscribeTo (
@@ -198,48 +207,26 @@ async function cleanAssignmentsFromSubscriptions
@@ -268,6 +255,7 @@ async function subscribeToType
@@ -287,21 +275,16 @@ export const Subscriptions = {