fix replace

This commit is contained in:
Pete Matsyburka
2025-05-11 18:02:24 +03:00
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_')