Skip to content

Commit

Permalink
fix: reset replication factor after topic created
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas-grgt committed Feb 17, 2025
1 parent db66551 commit d224694
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/pages/create_topic_page/create_topic_page.go
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ func (m *Model) Update(msg tea.Msg) tea.Cmd {
m.formValues.cleanupPolicy = ""
m.formValues.config = ""
m.formValues.numPartitions = ""
m.formValues.replicationFactor = ""
m.formValues.configs = []config{}
m.createdAtLeastOneTopic = true
m.initForm(initial)
Expand Down

0 comments on commit d224694

Please sign in to comment.