fix global views throwing errors on render
This commit is contained in:
@@ -25,7 +25,12 @@ export default buildConfigWithDefaults({
|
||||
globals: [
|
||||
{
|
||||
slug: 'global',
|
||||
fields: [],
|
||||
fields: [
|
||||
{
|
||||
name: 'title',
|
||||
type: 'text',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
// onInit: seed,
|
||||
|
||||
Reference in New Issue
Block a user