Merge pull request #9 from alexander-chi/patch-1

Update fields.mdx to add missing comma
This commit is contained in:
Elliot DeNolf
2021-01-23 15:51:01 -05:00
committed by GitHub

View File

@@ -24,7 +24,7 @@ export default {
{
name: 'title',
label: 'Title',
type: 'text'
type: 'text',
// highlight-start
access: {
create: ({ req: { user } }) => { ... },