diff --git a/frontend/src/components/Topics/shared/Form/TopicForm.tsx b/frontend/src/components/Topics/shared/Form/TopicForm.tsx index 47a9ac187..891f03168 100644 --- a/frontend/src/components/Topics/shared/Form/TopicForm.tsx +++ b/frontend/src/components/Topics/shared/Form/TopicForm.tsx @@ -116,6 +116,7 @@ const TopicForm: React.FC = ({ id="topicFormNumberOfPartitions" type="number" placeholder="Number of Partitions" + defaultValue="1" min="1" name="partitions" positiveOnly