mirror of
https://github.com/Radiquum/YAMPD.git
synced 2025-05-20 23:59:35 +05:00
feat: add modrinth mod
This commit is contained in:
parent
237ce9879d
commit
e453f336a8
8 changed files with 398 additions and 21 deletions
|
@ -86,14 +86,6 @@ export default function PackNew() {
|
|||
});
|
||||
}
|
||||
|
||||
toast.update(tid, {
|
||||
render: data.message,
|
||||
type: "success",
|
||||
isLoading: false,
|
||||
autoClose: 2500,
|
||||
closeOnClick: true,
|
||||
draggable: true,
|
||||
});
|
||||
const ur = new URL(window.location.href);
|
||||
ur.searchParams.set("id", data.id);
|
||||
ur.pathname = "/pack";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue