fix the tooltip prop error

This commit is contained in:
kKaskak 2023-10-18 15:29:26 +03:00
parent 369871869a
commit 5bbaef4fd8

View file

@ -238,7 +238,8 @@ const MetaPreview = ({ className, compact, name, logo, background, runtime, rele
<ActionButton
className={styles['action-button']}
icon={'share'}
tooltip={t('CTX_SHARE')}
label={t('CTX_SHARE')}
tooltip={true}
tabIndex={compact ? -1 : 0}
onClick={openShareModal}
/>