mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-21 00:02:30 +00:00
stabilize input specs key
This commit is contained in:
@@ -51,7 +51,7 @@
|
||||
|
||||
{#if inputSpecs}
|
||||
<div class="w-full flex flex-col gap-4">
|
||||
{#each Object.keys(finalInputSpecsConfiguration) as k}
|
||||
{#each Object.keys(finalInputSpecsConfiguration) as k (k)}
|
||||
{#if overridenByComponent.includes(k)}
|
||||
<div>
|
||||
<span class="text-xs font-semibold truncate text-primary">
|
||||
|
||||
Reference in New Issue
Block a user