mirror of
https://github.com/logto-io/logto.git
synced 2025-01-27 21:39:16 -05:00
refactor(console): center tooltip for test message (#1546)
This commit is contained in:
parent
1b056f125d
commit
b8011a377a
1 changed files with 1 additions and 0 deletions
|
@ -115,6 +115,7 @@ const SenderTester = ({ connectorId, connectorType, config, className }: Props)
|
|||
{showTooltip && (
|
||||
<Tooltip
|
||||
isKeepOpen
|
||||
horizontalAlign="center"
|
||||
className={styles.successfulTooltip}
|
||||
anchorRef={buttonPosReference}
|
||||
content={t('connector_details.test_message_sent')}
|
||||
|
|
Loading…
Add table
Reference in a new issue