From 746c839078bdf2acc0c03c7a172f359de02dfa50 Mon Sep 17 00:00:00 2001
From: Balazs Bajorics <2226774+balazsbajorics@users.noreply.github.com>
Date: Mon, 17 Jun 2024 22:02:47 +0200
Subject: [PATCH] one more hotfix
---
.../sections/style-section/text-subsection/text-subsection.tsx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/editor/src/components/inspector/sections/style-section/text-subsection/text-subsection.tsx b/editor/src/components/inspector/sections/style-section/text-subsection/text-subsection.tsx
index 9535cd5cfe92..cab2debbc903 100644
--- a/editor/src/components/inspector/sections/style-section/text-subsection/text-subsection.tsx
+++ b/editor/src/components/inspector/sections/style-section/text-subsection/text-subsection.tsx
@@ -438,7 +438,7 @@ export const TextSubsection = React.memo(() => {
controlStatus={lineHeightMetadata.controlStatus}
onSubmitValue={wrappedLineHeightOnSubmitValue}
onTransientSubmitValue={wrappedLineHeightOnTransientSubmitValue}
- DEPRECATED_labelBelow=
+ DEPRECATED_labelBelow={}
stepSize={0.01}
numberType='Length'
defaultUnitToHide={'em'}