remove unecessary TIP component in inspector controls

This commit is contained in:
Antoine M 2023-11-09 18:20:25 +01:00
parent 762227e0f3
commit 35fb897d5c

View File

@ -14,11 +14,6 @@ import { Tip, PanelBody } from "@wordpress/components";
export default function Edit({ attributes, setAttributes, clientId }) { export default function Edit({ attributes, setAttributes, clientId }) {
return ( return (
<> <>
<InspectorControls>
<PanelBody>
<Tip>salut</Tip>
</PanelBody>
</InspectorControls>
<section <section
{...useBlockProps({ {...useBlockProps({
className: `homegrade-blocks-tips-to-know`, className: `homegrade-blocks-tips-to-know`,