mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-22 00:01:34 +00:00
load variable on is_secret change
This commit is contained in:
@@ -155,7 +155,7 @@
|
||||
</div>
|
||||
<div class="mt-4">
|
||||
<Toggle
|
||||
on:change={() => variable.is_secret && loadVariable(initialPath)}
|
||||
on:change={() => loadVariable(initialPath)}
|
||||
bind:checked={variable.is_secret}
|
||||
options={{ right: 'Secret' }}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user