Admin Investment
Add: - admin/investment/[id] - admin/investment/[status] Fix: - delete: publish, reject, review ### No Issue
This commit is contained in:
@@ -13,9 +13,9 @@ const adminListMenu: NavbarItem[] = [
|
||||
icon: "wallet",
|
||||
links: [
|
||||
{ label: "Dashboard", link: "/admin/investment" },
|
||||
{ label: "Publish", link: "/admin/investment/publish" },
|
||||
{ label: "Review", link: "/admin/investment/review" },
|
||||
{ label: "Reject", link: "/admin/investment/reject" },
|
||||
{ label: "Publish", link: "/admin/investment/publish/status" },
|
||||
{ label: "Review", link: "/admin/investment/review/status" },
|
||||
{ label: "Reject", link: "/admin/investment/reject/status" },
|
||||
],
|
||||
},
|
||||
{
|
||||
|
||||
@@ -84,7 +84,7 @@ export default function LoginView() {
|
||||
|
||||
<Spacing />
|
||||
|
||||
<ButtonCustom onPress={() => router.navigate("/admin/donation")}>
|
||||
<ButtonCustom onPress={() => router.navigate("/admin/investment")}>
|
||||
Admin ( Delete Soon )
|
||||
</ButtonCustom>
|
||||
</View>
|
||||
|
||||
Reference in New Issue
Block a user