Typo: WriteComment to CreateComment
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
'use client'
|
||||
|
||||
import CreateForm from '../forms/create-form.js'
|
||||
|
||||
export default function CreateComment(props) {
|
||||
return (
|
||||
<CreateForm
|
||||
{...props}
|
||||
collection='commentaires'
|
||||
dialogText='Écrivez votre commentaire'
|
||||
label='commentaire'
|
||||
/>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user