mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
code rabbit
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user