remove connected from runnable inputs

This commit is contained in:
Ruben Fiszel
2023-08-24 01:04:26 +02:00
parent 3a31d65a15
commit 8ec95062b0

View File

@@ -59,8 +59,8 @@
/>
</div>
{#if componentInput.connections.length > 0}
<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-2 items-center">
<div class="text-2xs 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"