diff --git a/admin/src/pages/CreationConfirm.vue b/admin/src/pages/CreationConfirm.vue index 03a183cdf..4fe2f80af 100644 --- a/admin/src/pages/CreationConfirm.vue +++ b/admin/src/pages/CreationConfirm.vue @@ -344,8 +344,8 @@ onError((error) => { onResult(() => { rows.value = result.value.adminListContributions.contributionCount items.value = result.value.adminListContributions.contributionList - if (statusFilter.value === FILTER_TAB_MAP[0]) { - store.commit('setOpenCreations', result.adminListContributions.contributionCount) + if (statusFilter.value.toString() === FILTER_TAB_MAP[0].toString()) { + store.commit('setOpenCreations', result.value.adminListContributions.contributionCount) } }) diff --git a/frontend/src/components/TransactionLinks/TransactionLink.vue b/frontend/src/components/TransactionLinks/TransactionLink.vue index 359ebd760..0c269c75f 100644 --- a/frontend/src/components/TransactionLinks/TransactionLink.vue +++ b/frontend/src/components/TransactionLinks/TransactionLink.vue @@ -2,7 +2,7 @@