From 041fbd7513911eb6757349f921ae230f725f68af Mon Sep 17 00:00:00 2001 From: lupusA Date: Sun, 7 Jan 2024 10:26:33 +0100 Subject: [PATCH] Fix deletion of snapshot path lead to failures. --- src/pages/SnapshotCreate.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/SnapshotCreate.jsx b/src/pages/SnapshotCreate.jsx index fbabf7a..0bc663a 100644 --- a/src/pages/SnapshotCreate.jsx +++ b/src/pages/SnapshotCreate.jsx @@ -60,7 +60,7 @@ export class SnapshotCreate extends Component { } else { this.setState({ lastResolvedPath: currentPath, - resolvedSource: null, + resolvedSource: "", }); this.maybeResolveCurrentPath(currentPath);