mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-24 16:01:42 +00:00
hotfix button to save variable disappeared
This commit is contained in:
@@ -172,12 +172,13 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<Button
|
||||
size="sm"
|
||||
on:click={() => (edit ? updateVariable() : createVariable())}
|
||||
disabled={!valid || pathError != ''}
|
||||
>
|
||||
{edit ? 'Save' : 'Add a variable'}
|
||||
</Button>
|
||||
<div slot="submission">
|
||||
<Button
|
||||
size="sm"
|
||||
on:click={() => (edit ? updateVariable() : createVariable())}
|
||||
disabled={!valid || pathError != ''}
|
||||
>
|
||||
{edit ? 'Save' : 'Add a variable'}
|
||||
</Button>
|
||||
</div>
|
||||
</Modal>
|
||||
|
||||
Reference in New Issue
Block a user