We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f20a63c commit d000946Copy full SHA for d000946
frontend/web/components/segments/Rule/components/RuleConditionValueInput.tsx
@@ -63,6 +63,7 @@ const RuleConditionValueInput: React.FC<RuleConditionValueInputProps> = ({
63
onSelectionChange={(selectedValues: string[]) => {
64
onChange?.(JSON.stringify(selectedValues))
65
}}
66
+ placeholder='Select environments...'
67
options={environmentOptions}
68
className='w-100'
69
/>
0 commit comments