mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-06 06:48:21 +00:00
Fixed empty tooltip issue (#3670)
This commit is contained in:
parent
f482cc5f2a
commit
ffc2eb93fc
1 changed files with 1 additions and 0 deletions
|
|
@ -824,6 +824,7 @@ export function setTablePageIndex(_ref, tableId, index) {
|
|||
}
|
||||
|
||||
export function renderTooltip({ props, text }) {
|
||||
if (text === '') return <></>;
|
||||
return (
|
||||
<Tooltip id="button-tooltip" {...props}>
|
||||
{text}
|
||||
|
|
|
|||
Loading…
Reference in a new issue