feat: start pack view page

This commit is contained in:
Kentai Radiquum 2025-05-05 23:03:57 +05:00
parent e109b5393a
commit bb9ccaa6f1
Signed by: Radiquum
GPG key ID: 858E8EE696525EED
6 changed files with 173 additions and 36 deletions

View file

@ -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();