fix duplicate tooltip on notification template edit button

This commit is contained in:
Keith Grant 2021-02-04 14:11:36 -08:00 committed by Keith J. Grant
parent 87cf797153
commit eb66a03a30

View File

@ -133,7 +133,10 @@ function NotificationTemplateListItem({
<PencilAltIcon />
</Button>
</ActionItem>
<ActionItem visible={template.summary_fields.user_capabilities.copy}>
<ActionItem
visible={template.summary_fields.user_capabilities.copy}
tooltip={i18n._(t`Copy Notification Template`)}
>
<CopyButton
copyItem={copyTemplate}
isCopyDisabled={isCopyDisabled}