Describe the bug

After initializing the pulsar cluster, I start a producer program and specify a topic name. The broker service enables the automatic creation of topics, and the automatically created topics are partitioned. At this time, it is normal to view the name display on the topic list page of pulsar manager. When the producer program does not stop, I reinitialize the pulsar cluster, After initialization, the producer will automatically create a topic. However, the name of the automatically created topic will be displayed on the topic list page of pulsar manager, and the partition name will also be displayed. However, the name of the topic should be displayed instead of the partition name.
pulsar v2.7.1