mirror of
https://github.com/garethgeorge/backrest.git
synced 2026-08-25 18:36:31 +00:00
fix: snapshot browser on Windows
This commit is contained in:
@@ -101,8 +101,13 @@ export const SnapshotBrowser = ({
|
||||
return;
|
||||
}
|
||||
|
||||
let path = key as string;
|
||||
if (!path.endsWith("/")) {
|
||||
path += "/";
|
||||
}
|
||||
|
||||
const resp = await backrestService.listSnapshotFiles({
|
||||
path: (key + "/") as string,
|
||||
path,
|
||||
repoId,
|
||||
snapshotId,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user