0
0
Fork 0

refactor: refs #6899 corrected api call

This commit is contained in:
Jon Elias 2024-07-05 14:05:57 +02:00
parent 5112ae7e1a
commit 41052cce28
1 changed files with 1 additions and 1 deletions

View File

@ -140,7 +140,7 @@ onUnmounted(() => (stateStore.rightDrawer = false));
function openPdf(id) {
try {
openReport(`${MODEL}//${id}/download`);
openReport(`${MODEL}/${id}/download`);
} catch (err) {
console.error('Error opening PDF', err);
}