We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10e28ae commit d8423ecCopy full SHA for d8423ec
custom/uploader.vue
@@ -175,7 +175,7 @@ onMounted(async () => {
175
if (!uploaded.value && props.record?.[previewColumnName]) {
176
if (Array.isArray(props.record[previewColumnName]) && props.record[previewColumnName].length > 0) {
177
const resp = await callAdminForthApi({
178
- path: `/plugin/${props.meta.pluginInstanceId}/get-file-preview-url`,
+ path: `/plugin/${props.meta.pluginInstanceId}/get-file-download-url`,
179
method: 'POST',
180
body: { filePath: existingFilePath },
181
});
0 commit comments