Merge pull request #9 from alexander-chi/patch-1
Update fields.mdx to add missing comma
This commit is contained in:
@@ -24,7 +24,7 @@ export default {
|
||||
{
|
||||
name: 'title',
|
||||
label: 'Title',
|
||||
type: 'text'
|
||||
type: 'text',
|
||||
// highlight-start
|
||||
access: {
|
||||
create: ({ req: { user } }) => { ... },
|
||||
|
||||
Reference in New Issue
Block a user