@sanity/assist 1.2.1 → 1.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.esm.js +1 -1
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/src/schemas/assistDocumentSchema.tsx +1 -1
package/package.json
CHANGED
|
@@ -367,7 +367,7 @@ export const fieldInstructions = defineType({
|
|
|
367
367
|
|
|
368
368
|
export const assistDocumentSchema = defineType({
|
|
369
369
|
//NOTE: this is a document type. Using object here ensures it does not appear in structure menus
|
|
370
|
-
type: '
|
|
370
|
+
type: 'object',
|
|
371
371
|
//workaround for using object and not document
|
|
372
372
|
...({liveEdit: true} as any),
|
|
373
373
|
name: assistDocumentTypeName,
|