Possible solution for Global variables (#1289)
fix for #1164 This takes enviroments called "Global" or "global" and appends them after the current scripts. Seems to work, but proabbly a cleaner way to acheive Co-authored-by: Liyas Thomas <liyascthomas@gmail.com>
This commit is contained in:
@@ -34,7 +34,9 @@
|
||||
:environmentIndex="index"
|
||||
:environment="environment"
|
||||
@edit-environment="editEnvironment(environment, index)"
|
||||
@select-environment="$emit('use-environment', environment)"
|
||||
@select-environment="
|
||||
$emit('use-environment', { environment: environment, environments: environments })
|
||||
"
|
||||
/>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
Reference in New Issue
Block a user