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

View File

@@ -10,7 +10,7 @@ export const Module = ({
textIcon, textIcon,
useTextIcon = bind(Variable(false)), useTextIcon = bind(Variable(false)),
label, label,
tooltipText, tooltipText = '',
boxClass, boxClass,
isVis, isVis,
props = {}, props = {},