mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-30 21:26:47 +00:00
fix: enable attachment upload in shared view
re #687 Signed-off-by: Pranav C <pranavxc@gmail.com>
This commit is contained in:
@@ -246,7 +246,7 @@ export default {
|
||||
}
|
||||
this.uploading = true
|
||||
for (const file of this.$refs.file.files) {
|
||||
const item = await this.$store.dispatch('sqlMgr/ActUpload', [{
|
||||
const item = await this.$store.dispatch('sqlMgr/ActUploadOld', [{
|
||||
dbAlias: this.dbAlias
|
||||
}, 'xcAttachmentUpload', { public: true }, file])
|
||||
this.localState.push(item)
|
||||
|
||||
Reference in New Issue
Block a user