Skip to content

Commit

Permalink
feat(console): add configure metadata amplitude event [PTD-1252]
Browse files Browse the repository at this point in the history
  • Loading branch information
dawidsowardx committed Jan 30, 2024
1 parent 7faf73f commit b3b6b2b
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
import IconNew from '@components/_base/icon/IconNew.svelte'
import TrashIcon from '@icons/trash.svg'
import RestoreIcon from '@icons/replay_black_24dp.svg'
import { track } from '../../../routes/+layout.svelte'
export let entityAddress: string
export let explicitMetadata: string[]
Expand Down Expand Up @@ -114,6 +115,7 @@
.join('')
const handleSendTransaction = async () => {
track('click:configure-metadata')
$transactionStatus = 'loading'
const transactionManifest = `
Expand Down

0 comments on commit b3b6b2b

Please sign in to comment.