@sanity/assist 1.2.11 → 1.2.12
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.js
CHANGED
|
@@ -3636,8 +3636,7 @@ const InlineBlockValueContext = react.createContext(void 0);
|
|
|
3636
3636
|
function AssistInlineFormBlock(props) {
|
|
3637
3637
|
return /* @__PURE__ */jsxRuntime.jsx(InlineBlockValueContext.Provider, {
|
|
3638
3638
|
value: props.value,
|
|
3639
|
-
children: /* @__PURE__ */jsxRuntime.jsx(
|
|
3640
|
-
flex: 1,
|
|
3639
|
+
children: /* @__PURE__ */jsxRuntime.jsx(jsxRuntime.Fragment, {
|
|
3641
3640
|
children: props.renderDefault(props)
|
|
3642
3641
|
})
|
|
3643
3642
|
});
|