code rabbit

This commit is contained in:
Harsh Mahajan
2026-02-13 17:51:13 +05:30
parent 5438663ddf
commit 4dfee7b9cc
@@ -231,7 +231,13 @@
{/snippet}
</Paginator>
{:else}
<Empty on:click={() => (showCreate = true)}>Create variables to get started</Empty>
<Empty
on:click={() => {
showCreate = true;
trackEvent(Click.VariablesCreateClick, {
source: createSource
});
}}>Create variables to get started</Empty>
{/if}
</Layout.Stack>
</Layout.Stack>