Fix placeholders in select (#9608)
Before <img width="537" alt="Capture d’écran 2025-01-14 à 14 36 59" src="https://github.com/user-attachments/assets/b29cc4da-ac67-4ea7-83dd-03e1e68e7938" /> <img width="537" alt="Capture d’écran 2025-01-14 à 14 37 05" src="https://github.com/user-attachments/assets/7645e905-0421-48e8-8f91-f1bb6064bb18" /> After <img width="537" alt="Capture d’écran 2025-01-14 à 14 35 36" src="https://github.com/user-attachments/assets/8b059fb5-9137-46e5-8c81-105e254831c2" /> <img width="537" alt="Capture d’écran 2025-01-14 à 14 35 44" src="https://github.com/user-attachments/assets/aa0a754b-2fb7-4985-8154-e69ddef10596" /> <img width="537" alt="Capture d’écran 2025-01-14 à 14 35 56" src="https://github.com/user-attachments/assets/d90d1f89-1480-4de9-b02b-519370a27bfe" /> <img width="537" alt="Capture d’écran 2025-01-14 à 14 36 11" src="https://github.com/user-attachments/assets/67c25d62-d509-4e23-b2b6-c44d3b7cd37a" />
This commit is contained in:
@ -222,6 +222,7 @@ export const WorkflowEditActionFormUpdateRecord = ({
|
||||
onPersist={(fieldsToUpdate) =>
|
||||
handleFieldChange('fieldsToUpdate', fieldsToUpdate)
|
||||
}
|
||||
placeholder="Select fields to update"
|
||||
/>
|
||||
|
||||
<HorizontalSeparator noMargin />
|
||||
|
||||
Reference in New Issue
Block a user