This commit is contained in:
Fredrik Burmester
2024-09-29 08:05:22 +02:00
parent ff88c45d43
commit 456048a92c
7 changed files with 191 additions and 104 deletions

View File

@@ -264,6 +264,7 @@ function useDownloadProvider() {
label: "Go to download",
onClick: () => {
router.push("/downloads");
toast.dismiss();
},
},
});