fix : read docs link tooltip is only made for foreign key drawers

This commit is contained in:
Abd-Rahman-1999 2024-06-05 16:38:14 +05:30
parent 163d6e44dd
commit a657706971

View file

@ -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 />