mirror of
https://github.com/idanoo/autobrr
synced 2025-07-23 16:59:12 +00:00
fix(web): fixed baseurl for log downloads (#713)
fix(Logs): fixed baseurl for log downloads
This commit is contained in:
parent
088cb8154c
commit
da416451e5
1 changed files with 1 additions and 1 deletions
|
@ -232,7 +232,7 @@ const LogFilesItem = ({ file }: LogFilesItemProps) => {
|
||||||
"font-medium group flex rounded-md items-center px-2 py-2 text-sm"
|
"font-medium group flex rounded-md items-center px-2 py-2 text-sm"
|
||||||
)}
|
)}
|
||||||
title="Download file"
|
title="Download file"
|
||||||
to={`${baseUrl()}api/logs/files/${file.filename}`}
|
to={`/api/logs/files/${file.filename}`}
|
||||||
target="_blank"
|
target="_blank"
|
||||||
download={true}
|
download={true}
|
||||||
>
|
>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue