fix: snapshot browser on Windows

This commit is contained in:
Gareth
2024-05-24 17:40:50 -07:00
parent 8a7543c7bf
commit 19ed611477
+6 -1
View File
@@ -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,
});