Skip to content

Commit

Permalink
Fix Submissions Export
Browse files Browse the repository at this point in the history
  • Loading branch information
chiragchhatrala authored Jan 9, 2025
1 parent cc62f61 commit 1ea68a4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1ea68a4

Please sign in to comment.