fix replace

pull/480/head
Pete Matsyburka 6 months ago
parent 0eeebfd3cf
commit 544306eac4

@ -48,6 +48,9 @@ export default {
inputId () { inputId () {
return 'el' + Math.random().toString(32).split('.')[1] return 'el' + Math.random().toString(32).split('.')[1]
}, },
uploadUrl () {
return `/templates/${this.templateId}/documents`
},
message () { message () {
if (this.isLoading) { if (this.isLoading) {
return this.t('uploading_') return this.t('uploading_')

Loading…
Cancel
Save