Skip to content

Commit

Permalink
fixed redirect after save
Browse files Browse the repository at this point in the history
  • Loading branch information
FaizanDurrani committed Nov 2, 2024
1 parent a1d5b3c commit 8094ddd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
}
repoSet = repoSet.union(new Set(repositories))
localStorage.setItem("repositories", JSON.stringify(Array.from(repoSet)))
window.location.href = window.location.origin
window.location.href = window.location.origin + window.location.pathname
}
function shareCurrentRepositories() {
Expand Down

0 comments on commit 8094ddd

Please sign in to comment.