mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-04 22:59:01 +02:00
Merge pull request #21897 from overleaf/jdt-assistant-events
Ai Error assistant events GitOrigin-RevId: c70e5cecbc220fdfc63512680a76616dbd631c86
This commit is contained in:
+2
@@ -11,6 +11,7 @@ import { debugConsole } from '@/utils/debugging'
|
||||
import { postJSON } from '@/infrastructure/fetch-json'
|
||||
import Notification from '@/shared/components/notification'
|
||||
import { subscriptionUpdateUrl } from '@/features/subscription/data/subscription-url'
|
||||
import * as eventTracking from '@/infrastructure/event-tracking'
|
||||
|
||||
function PreviewSubscriptionChange() {
|
||||
const preview = getMeta('ol-subscriptionChangePreview')
|
||||
@@ -19,6 +20,7 @@ function PreviewSubscriptionChange() {
|
||||
const location = useLocation()
|
||||
|
||||
const handlePayNowClick = useCallback(() => {
|
||||
eventTracking.sendMB('assistant-add-on-purchase')
|
||||
payNowTask
|
||||
.runAsync(payNow(preview))
|
||||
.then(() => {
|
||||
|
||||
Reference in New Issue
Block a user