Fix undefined tooltip text (#780)

This commit is contained in:
davfsa
2025-02-18 18:44:43 +01:00
committed by GitHub
parent 9b342341fe
commit f8bbd0af80
+1 -1
View File
@@ -10,7 +10,7 @@ export const Module = ({
textIcon,
useTextIcon = bind(Variable(false)),
label,
tooltipText,
tooltipText = '',
boxClass,
isVis,
props = {},