remove connected from runnable inputs

This commit is contained in:
Ruben Fiszel
2023-08-24 01:02:26 +02:00
parent 9f21c0c650
commit 2d6e5ff214
@@ -59,9 +59,9 @@
/>
</div>
{#if componentInput.connections.length > 0}
<div class="mt-2">
<div class="text-sm font-medium text-secondary">Automatically connected to</div>
<div class="mt-1 flex flex-wrap gap-1">
<div class="mt-2 flex flex-wrap gap-2 items-center">
<div class="text-xs text-tertiary">Re-evaluated on changes to:</div>
<div class="flex flex-wrap gap-1">
{#each componentInput.connections as connection (connection.componentId + '-' + connection.id)}
<span class="inline-flex items-center rounded-md px-2 py-0.5 text-xs font-medium border"
>{connection.componentId + '.' + connection.id}</span