File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
screens/smtp/ui/smtp-page
shared/ui/file-attachment Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -139,7 +139,11 @@ const date = computed(() =>
139139 </section >
140140 </Tab >
141141 <Tab name =" Raw" >
142- <CodeSnippet class =" tab-preview-code" language =" html" :code =" event.payload.raw" />
142+ <CodeSnippet
143+ class =" tab-preview-code"
144+ language =" html"
145+ :code =" event.payload.raw"
146+ />
143147 </Tab >
144148 <Tab name =" Tech Info" >
145149 <section >
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ const props = defineProps<Props>();
1515const size = computed (() => formatFileSize (props .attachment .size || 0 ));
1616const downloadUrl = computed (
1717 () =>
18- ` ${REST_API_URL }/api/smtp/${props .eventId }/attachments/${props .attachment .uuid } `
18+ ` ${REST_API_URL }/api/smtp/${props .eventId }/attachments/${props .attachment .id } `
1919);
2020 </script >
2121
You can’t perform that action at this time.
0 commit comments