Skip to content

Commit 4dfee7b

Browse files
committed
code rabbit
1 parent 5438663 commit 4dfee7b

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

src/lib/components/variables/environmentVariables.svelte

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,13 @@
231231
{/snippet}
232232
</Paginator>
233233
{:else}
234-
<Empty on:click={() => (showCreate = true)}>Create variables to get started</Empty>
234+
<Empty
235+
on:click={() => {
236+
showCreate = true;
237+
trackEvent(Click.VariablesCreateClick, {
238+
source: createSource
239+
});
240+
}}>Create variables to get started</Empty>
235241
{/if}
236242
</Layout.Stack>
237243
</Layout.Stack>

0 commit comments

Comments
 (0)