Fix Submissions Export (#663)
This commit is contained in:
parent
cc62f614e4
commit
72d139e2af
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue