style: add missing title styling

This commit is contained in:
Arman
2022-10-11 15:08:39 +02:00
parent ecb1f1c114
commit 3dee97a7bf
2 changed files with 3 additions and 2 deletions
@@ -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}