feat: use gtag instead gtm (#1695)

This commit is contained in:
Joel 2023-12-05 15:05:05 +08:00 committed by GitHub
commit 2e588ae221
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 64 additions and 34 deletions

View file

@ -206,7 +206,7 @@ const EmbeddingProcess: FC<Props> = ({ datasetId, batchId, documents = [], index
<div className='grow mx-3 text-[13px] font-medium text-gray-700'>
{t('billing.plansCommon.documentProcessingPriorityUpgrade')}
</div>
<UpgradeBtn />
<UpgradeBtn loc='knowledge-speed-up' />
</div>
)
}