mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-06 01:37:11 +00:00
feat: signed attachments
This commit is contained in:
@@ -191,7 +191,7 @@ export const [useProvideAttachmentCell, useAttachmentCell] = useInjectionState(
|
||||
try {
|
||||
const data = await api.storage.upload(
|
||||
{
|
||||
path: [NOCO, base.value.title, meta.value?.title, column.value?.title].join('/'),
|
||||
path: [NOCO, base.value.id, meta.value?.id, column.value?.id].join('/'),
|
||||
},
|
||||
{
|
||||
files,
|
||||
|
||||
Reference in New Issue
Block a user