title: auto

des: auto
note:auto
This commit is contained in:
bipproduction
2023-11-09 16:45:56 +08:00
parent 69488bd0b3
commit 39d9085ccb
4 changed files with 7 additions and 8 deletions

View File

@@ -4,6 +4,6 @@ import React from "react";
export default async function Layout({children}: {children: React.ReactNode}) {
return<>
<LayoutEditIntroInvestasi onUpdate={test_server}>{children}</LayoutEditIntroInvestasi>
<LayoutEditIntroInvestasi >{children}</LayoutEditIntroInvestasi>
</>
}

View File

@@ -15,7 +15,7 @@ export default async function Page({ params }: { params: { id: string } }) {
return (
<>
<EditIntroInvestasi
onUp={test_server}
dataInvestasi={dataInvestasi as any}
listPencarian={listPencarian as any}
listPeriode={listPeriode as any}