diff --git a/admin/src/components/AutomaticCreation.vue b/admin/src/components/AutomaticCreation.vue index 35875aeb2..5c9fbe6c1 100644 --- a/admin/src/components/AutomaticCreation.vue +++ b/admin/src/components/AutomaticCreation.vue @@ -12,7 +12,7 @@ + New Automatic Creations - +

Automatic Creations

@@ -31,11 +31,15 @@ diff --git a/admin/src/components/AutomaticCreationList.vue b/admin/src/components/AutomaticCreationList.vue index 24134b08a..092629730 100644 --- a/admin/src/components/AutomaticCreationList.vue +++ b/admin/src/components/AutomaticCreationList.vue @@ -81,7 +81,7 @@ export default { }, editAutomaticCreations(row) { this.$emit('editAutomaticContributionData', row.item) - this.$root.$emit('bv::toggle::collapse', 'newContribution') + }, showAutomaticCreations(row) {