Skip to content

Commit 057187b

Browse files
committed
fix: hide label in TextTab component
1 parent 6c841fc commit 057187b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/infotip/components/text-tab.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ function TextTab({
5555
<VStack spacing={6}>
5656
<TextareaControl
5757
label={__('Text', 'blablablocks-formats')}
58+
hideLabelFromVision
5859
onChange={handleTextChange}
5960
placeholder={__(
6061
'Enter the text to display, or click clear to remove the format.',

0 commit comments

Comments
 (0)