apache / pulsar-manager

Apache Pulsar Manager
https://pulsar.apache.org/
Apache License 2.0
516 stars 245 forks source link

Fixes #528: 'this.postFormbroker' is undefind in broker.vue #529

Closed linkun-wang closed 1 year ago

linkun-wang commented 1 year ago

Fixes #528

Master Issue: #528

Modifications

The postFormbroker property in the broker.vue is undefined

Modifications

Replace 'this.postFormbroker' with 'this.postForm.broker'

Verifying this change