diff --git a/packages/block-library/src/cover/edit/inspector-controls.js b/packages/block-library/src/cover/edit/inspector-controls.js index d3f65672e09328..6160f5d7828d6a 100644 --- a/packages/block-library/src/cover/edit/inspector-controls.js +++ b/packages/block-library/src/cover/edit/inspector-controls.js @@ -180,6 +180,7 @@ export default function CoverInspectorControls( { isImageBackground && isImgElement && ( { ! multiImageSelection && ( { setAttributes( { description: descriptionValue } ); diff --git a/packages/block-library/src/navigation-submenu/edit.js b/packages/block-library/src/navigation-submenu/edit.js index 47a222bd57bb66..a6029e98661ddc 100644 --- a/packages/block-library/src/navigation-submenu/edit.js +++ b/packages/block-library/src/navigation-submenu/edit.js @@ -481,6 +481,7 @@ export default function NavigationSubmenuEdit( { autoComplete="off" /> { setAttributes( { diff --git a/packages/components/src/disabled/stories/index.tsx b/packages/components/src/disabled/stories/index.tsx index 06246adde633f1..81f2bf4c079233 100644 --- a/packages/components/src/disabled/stories/index.tsx +++ b/packages/components/src/disabled/stories/index.tsx @@ -15,6 +15,7 @@ import Disabled from '../'; import SelectControl from '../../select-control/'; import TextControl from '../../text-control/'; import TextareaControl from '../../textarea-control/'; +import { VStack } from '../../v-stack/'; const meta: ComponentMeta< typeof Disabled > = { title: 'Components/Disabled', @@ -37,18 +38,21 @@ const Form = () => { const [ textControlValue, setTextControlValue ] = useState( '' ); const [ textAreaValue, setTextAreaValue ] = useState( '' ); return ( -
+ {} } options={ [ @@ -58,7 +62,7 @@ const Form = () => { { value: 'c', label: 'Option C' }, ] } /> -
+ ); }; diff --git a/packages/edit-site/src/components/global-styles/custom-css.js b/packages/edit-site/src/components/global-styles/custom-css.js index 6c7d3de1cf06e5..61aad940cd372f 100644 --- a/packages/edit-site/src/components/global-styles/custom-css.js +++ b/packages/edit-site/src/components/global-styles/custom-css.js @@ -42,6 +42,7 @@ function CustomCSSControl() { return ( <> onUpdateExcerpt( value ) }