diff --git a/src/schemas/pythonModuleItem.ts b/src/schemas/pythonModuleItem.ts index f3202f5..e763c06 100644 --- a/src/schemas/pythonModuleItem.ts +++ b/src/schemas/pythonModuleItem.ts @@ -11,7 +11,7 @@ import AlternativeContentList from './AlternativeContentList' const pythonModuleItem = defineType({ title: 'Module item', name: 'pythonModuleItem', - type: 'document', + type: 'object', preview: { select: { api: 'pythonApiEntry',