Skip to content

Commit

Permalink
Add missing object bracing
Browse files Browse the repository at this point in the history
  • Loading branch information
kmelve authored Nov 8, 2019
1 parent faa2b3f commit b428d7b
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,11 @@ export default {
title: 'Product',
type: 'document',
fields: [
name: 'sizeChart',
title: 'Size Chart',
type: 'table', // Specify table type
{
name: 'sizeChart',
title: 'Size Chart',
type: 'table', // Specify table type
}
],
};
```
Expand Down

0 comments on commit b428d7b

Please sign in to comment.