Skip to content

Commit

Permalink
fix: add showToggle to option panel
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Waldstein authored and Jon Waldstein committed Oct 21, 2024
1 parent 17ecb6d commit 2b33b2f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,7 @@ const Inspector = ({attributes, setAttributes}) => {
toggleEnabled={descriptionsEnabled}
onHandleToggle={(value) => setAttributes({descriptionsEnabled: value})}
maxLabelLength={120}
showToggle
/>
)}
</PanelBody>
Expand Down

0 comments on commit 2b33b2f

Please sign in to comment.