Skip to content

Commit

Permalink
UX: Topics: Set num of partitions to 1 by default (#334)
Browse files Browse the repository at this point in the history
  • Loading branch information
LinusRichter authored May 1, 2024
1 parent 02877a4 commit e91e70b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/components/Topics/shared/Form/TopicForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ const TopicForm: React.FC<Props> = ({
id="topicFormNumberOfPartitions"
type="number"
placeholder="Number of Partitions"
defaultValue="1"
min="1"
name="partitions"
positiveOnly
Expand Down

0 comments on commit e91e70b

Please sign in to comment.