Skip to content

Commit

Permalink
Fix deletion of snapshot path lead to failures.
Browse files Browse the repository at this point in the history
  • Loading branch information
lupusA committed Jan 7, 2024
1 parent 4b6712a commit 041fbd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/SnapshotCreate.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export class SnapshotCreate extends Component {
} else {
this.setState({
lastResolvedPath: currentPath,
resolvedSource: null,
resolvedSource: "",
});

this.maybeResolveCurrentPath(currentPath);
Expand Down

0 comments on commit 041fbd7

Please sign in to comment.