Merge branch 'admin_add_location_alongside_gms_api_key' of github.com:gradido/gradido into admin_add_location_alongside_gms_api_key

This commit is contained in:
einhornimmond 2024-06-24 12:19:13 +02:00
commit c2417f5ce9
2 changed files with 2 additions and 2 deletions

View File

@ -229,7 +229,7 @@ describe('Send', () => {
})
it('resets the gradido ID query in route', () => {
expect(routerPushMock).toBeCalledWith('send')
expect(routerPushMock).toBeCalledWith({ path: '/send' })
})
})
})

View File

@ -172,7 +172,7 @@ export default {
throw new Error(`undefined transactionData.selected : ${this.transactionData.selected}`)
}
this.loading = false
this.$router.push('send')
this.$router.push({ path: '/send' })
},
onBack() {
this.currentTransactionStep = TRANSACTION_STEPS.transactionForm