@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.js
CHANGED
|
@@ -4142,7 +4142,7 @@ const fieldInstructions = sanity.defineType({
|
|
|
4142
4142
|
});
|
|
4143
4143
|
const assistDocumentSchema = sanity.defineType({
|
|
4144
4144
|
//NOTE: this is a document type. Using object here ensures it does not appear in structure menus
|
|
4145
|
-
type: "
|
|
4145
|
+
type: "object",
|
|
4146
4146
|
//workaround for using object and not document
|
|
4147
4147
|
...{
|
|
4148
4148
|
liveEdit: true
|