Support multi-line params and env vars

This commit is contained in:
Gregory Schier
2025-03-17 09:29:37 -07:00
parent 93ba5b6e5c
commit f42f3d0e27
6 changed files with 45 additions and 30 deletions

View File

@@ -180,6 +180,7 @@ const EnvironmentEditor = function ({
</HStack>
<div className="h-full pr-2 pb-2">
<PairOrBulkEditor
allowMultilineValues
preferenceName="environment"
nameAutocomplete={nameAutocomplete}
nameAutocompleteVariables={false}