Invesment
Add: - app/(application)/(user)/investment/[id]/(document)/ ## No Issue
This commit is contained in:
@@ -101,7 +101,7 @@ export default function InvestmentDetailStatus() {
|
||||
/>
|
||||
),
|
||||
label: "Update Dokumen",
|
||||
path: `/investment/${id}/recap-of-document`,
|
||||
path: `/investment/${id}/(document)/recap-of-document`,
|
||||
},
|
||||
]}
|
||||
columns={4}
|
||||
@@ -120,7 +120,7 @@ export default function InvestmentDetailStatus() {
|
||||
{
|
||||
icon: <IconDocument />,
|
||||
label: "Update Dokumen",
|
||||
path: `/investment/${id}/recap-of-document`,
|
||||
path: `/investment/${id}/(document)/recap-of-document`,
|
||||
},
|
||||
{
|
||||
icon: <IconNews />,
|
||||
|
||||
Reference in New Issue
Block a user