title: auto
des: auto note:auto
This commit is contained in:
@@ -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>
|
||||
</>
|
||||
}
|
||||
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user