Actions
Add Action
{#each actionTypes as actionType}
{actionType.name}
{/each}
{#if actions && actions.length > 0} {#each actions as action, index}

{index + 1}. {action[EVENT_TYPE_MEMBER_NAME]}

{#if action === selectedAction}
deleteAction(index)}> Delete
{/if}
{/each} {/if}