Skip to content

Commit d000946

Browse files
committed
feat: update placeholder
1 parent f20a63c commit d000946

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

frontend/web/components/segments/Rule/components/RuleConditionValueInput.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ const RuleConditionValueInput: React.FC<RuleConditionValueInputProps> = ({
6363
onSelectionChange={(selectedValues: string[]) => {
6464
onChange?.(JSON.stringify(selectedValues))
6565
}}
66+
placeholder='Select environments...'
6667
options={environmentOptions}
6768
className='w-100'
6869
/>

0 commit comments

Comments
 (0)