@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/dist/index.esm.js
CHANGED
|
@@ -4129,7 +4129,7 @@ const fieldInstructions = defineType({
|
|
|
4129
4129
|
});
|
|
4130
4130
|
const assistDocumentSchema = defineType({
|
|
4131
4131
|
//NOTE: this is a document type. Using object here ensures it does not appear in structure menus
|
|
4132
|
-
type: "
|
|
4132
|
+
type: "object",
|
|
4133
4133
|
//workaround for using object and not document
|
|
4134
4134
|
...{
|
|
4135
4135
|
liveEdit: true
|