Skip to content

Commit e91e70b

Browse files
authored
UX: Topics: Set num of partitions to 1 by default (#334)
1 parent 02877a4 commit e91e70b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

frontend/src/components/Topics/shared/Form/TopicForm.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ const TopicForm: React.FC<Props> = ({
116116
id="topicFormNumberOfPartitions"
117117
type="number"
118118
placeholder="Number of Partitions"
119+
defaultValue="1"
119120
min="1"
120121
name="partitions"
121122
positiveOnly

0 commit comments

Comments
 (0)