|
|
|
@ -110,7 +110,6 @@ const TagItemEditor: FC<TagItemEditorProps> = ({
|
|
|
|
<div className='text-sm leading-5 text-text-secondary'>
|
|
|
|
<div className='text-sm leading-5 text-text-secondary'>
|
|
|
|
{tag.name}
|
|
|
|
{tag.name}
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div className='leading-4.5 shrink-0 px-1 text-sm font-medium text-text-tertiary'>{tag.binding_count}</div>
|
|
|
|
|
|
|
|
<Tooltip
|
|
|
|
<Tooltip
|
|
|
|
popupContent={
|
|
|
|
popupContent={
|
|
|
|
<div>{t('workflow.common.tagBound')}</div>
|
|
|
|
<div>{t('workflow.common.tagBound')}</div>
|
|
|
|
|