mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-29 20:11:32 +02:00
Merge pull request #8066 from overleaf/ii-refactor-tooltip-usage-fix-2
Fix expand button tooltip text GitOrigin-RevId: db19ce6c21bf1a83f38a60014bd0aa92e220ce40
This commit is contained in:
@@ -17,7 +17,7 @@ function PdfExpandButton() {
|
||||
return (
|
||||
<Tooltip
|
||||
id="expand-pdf-btn"
|
||||
description="text"
|
||||
description={text}
|
||||
overlayProps={{ placement: 'left' }}
|
||||
>
|
||||
<Button
|
||||
|
||||
Reference in New Issue
Block a user