mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-23 00:48:25 +00:00
fix : read docs link tooltip is only made for foreign key drawers
This commit is contained in:
parent
163d6e44dd
commit
a657706971
1 changed files with 1 additions and 1 deletions
|
|
@ -107,7 +107,7 @@ function DrawerFooter({
|
|||
message={'Foreign key relations checks for referential integrity between two tables. Read more.'}
|
||||
placement="top"
|
||||
tooltipClassName="tootip-table read-docs-fk"
|
||||
show={showToolTipForFkOnReadDocsSection}
|
||||
show={initiator === 'ForeignKeyTableForm'}
|
||||
>
|
||||
<div className="d-flex align-items-center">
|
||||
<Student />
|
||||
|
|
|
|||
Loading…
Reference in a new issue