Add 'articles' collection to create operation
This commit is contained in:
+1
-1
@@ -59,7 +59,7 @@ export default async function Page() {
|
||||
<Typography mt={1} component='h1' textAlign='center' variant='h4'>{appTitle.toUpperCase()}</Typography>
|
||||
<Sign session={session} />
|
||||
{session && (
|
||||
<Create session={session} />
|
||||
<Create session={session} titres={titres} />
|
||||
)}
|
||||
<Konstitisyon session={session} titres={titres} articles={articles} />
|
||||
</Container>
|
||||
|
||||
Reference in New Issue
Block a user