mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-21 08:02:38 +00:00
fix: narrow the by-path runnable inside the tab content snippet
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_016eu85JrwsztjfXGNQAATRz
This commit is contained in:
co-authored by
Claude Opus 5
parent
455173da90
commit
1710da6650
@@ -353,7 +353,7 @@
|
||||
{@render inputsPanel()}
|
||||
{:else if selectedTab == 'test'}
|
||||
{@render testPanel()}
|
||||
{:else}
|
||||
{:else if isRunnableByPath(runnable)}
|
||||
<InlineScriptRunnableByPath
|
||||
rawApps
|
||||
bind:runnable
|
||||
|
||||
Reference in New Issue
Block a user