Skip to content

Commit

Permalink
fix(coral): MAke select placeholder -- Please select --
Browse files Browse the repository at this point in the history
Signed-off-by: Mathieu Anderson <mathieu.anderson@aiven.io>
  • Loading branch information
Mathieu Anderson committed Feb 16, 2024
1 parent 043ca14 commit a62917b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ const AddNewClusterForm = () => {
<NativeSelect<AddNewClusterFormSchema>
name="kafkaFlavor"
labelText="Kafka flavor"
placeholder="Select Kafka flavor"
placeholder="-- Please select --"
required
>
<Option value="APACHE_KAFKA">Apache Kafka</Option>
Expand Down

0 comments on commit a62917b

Please sign in to comment.