mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-24 18:23:07 +08:00
feat: add upgrade ga test (#1690)
This commit is contained in:
@@ -69,6 +69,7 @@ const PlanComp: FC<Props> = ({
|
||||
<UpgradeBtn
|
||||
className='flex-shrink-0'
|
||||
isPlain={type !== Plan.sandbox}
|
||||
gaEventName='click_header_upgrade_btn'
|
||||
/>
|
||||
)}
|
||||
</div>
|
||||
@@ -83,6 +84,7 @@ const PlanComp: FC<Props> = ({
|
||||
isFull
|
||||
size='lg'
|
||||
isPlain={type !== Plan.sandbox}
|
||||
gaEventName='click_header_upgrade_btn'
|
||||
/>
|
||||
)}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user