0
Fork 0
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:
Gao Sun 2022-07-14 21:01:48 +08:00 committed by GitHub
parent 1b056f125d
commit b8011a377a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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')}