Browse Source

change naming within blocks

pull/4023/head
Peter Clement 5 years ago
parent
commit
cd3beb3b6c
  1. 6
      packages/builder/src/components/automation/AutomationBuilder/FlowChart/FlowItem.svelte

6
packages/builder/src/components/automation/AutomationBuilder/FlowChart/FlowItem.svelte

@ -93,7 +93,11 @@
</svg>
{/if}
<div class="iconAlign">
<Body size="XS">When this happens:</Body>
{#if isTrigger}
<Body size="XS">When this happens:</Body>
{:else}
<Body size="XS">Do this:</Body>
{/if}
<Detail size="S">{block?.name?.toUpperCase() || ""}</Detail>
</div>

Loading…
Cancel
Save