Fix undefined tooltip text (#780)
This commit is contained in:
@@ -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 = {},
|
||||||
|
|||||||
Reference in New Issue
Block a user