mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
style: add missing title styling
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
>.
|
||||
</svelte:fragment>
|
||||
|
||||
ROLE
|
||||
<span class="u-sep-block-end">ROLE</span>
|
||||
{#if $createFunction?.execute?.length}
|
||||
<TableList>
|
||||
{#each $createFunction.execute as id}
|
||||
|
||||
@@ -19,7 +19,8 @@
|
||||
Set the events that will trigger your function. Maximum 100 events allowed.
|
||||
</svelte:fragment>
|
||||
|
||||
EVENT
|
||||
<span class="u-sep-block-end">EVENT</span>
|
||||
|
||||
{#if $createFunction?.events?.length}
|
||||
<TableList>
|
||||
{#each $createFunction.events as id}
|
||||
|
||||
Reference in New Issue
Block a user