Fix Submissions Export (#663)

This commit is contained in:
Chirag Chhatrala 2025-01-09 14:41:55 +05:30 committed by GitHub
parent cc62f614e4
commit 72d139e2af
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -213,7 +213,7 @@ export default {
if (!this.form) {
return ''
}
return this.runtimeConfig.public.apiBase + 'open/forms/' + this.form.id + '/submissions/export'
return this.runtimeConfig.public.apiBase + '/open/forms/' + this.form.id + '/submissions/export'
},
isLoading() {
return this.recordStore.loading