Fix Submissions Export (#663)
This commit is contained in:
@@ -213,7 +213,7 @@ export default {
|
|||||||
if (!this.form) {
|
if (!this.form) {
|
||||||
return ''
|
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() {
|
isLoading() {
|
||||||
return this.recordStore.loading
|
return this.recordStore.loading
|
||||||
|
|||||||
Reference in New Issue
Block a user