1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2024-12-14 11:23:42 +02:00

Fixed: Backup path URL

Fixes #3079
This commit is contained in:
Mark McDowall 2019-04-25 20:29:33 -07:00
parent 0b49eba77a
commit dadab50f3b

View File

@ -96,7 +96,7 @@ class BackupRow extends Component {
<TableRowCell> <TableRowCell>
<Link <Link
to={path} to={`${window.Sonarr.urlBase}${path}`}
noRouter={true} noRouter={true}
> >
{name} {name}