mirror of
https://github.com/Radiquum/YAMPD.git
synced 2025-05-20 23:59:35 +05:00
feat: start pack view page
This commit is contained in:
parent
e109b5393a
commit
bb9ccaa6f1
6 changed files with 173 additions and 36 deletions
|
@ -82,7 +82,7 @@ export default function PackNew() {
|
|||
}
|
||||
|
||||
toast.update(tid, {render: data.message, type: "success", isLoading: false})
|
||||
router.push(`/pack/${data.id}`)
|
||||
router.push(`/pack/?id=${data.id}`)
|
||||
}
|
||||
|
||||
_submit();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue