remove connected from runnable inputs
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user