We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c39993 commit 665873bCopy full SHA for 665873b
src/main/web/src/components/TopicInfo.js
@@ -65,7 +65,7 @@ class TopicInfo extends Component {
65
66
handleSendMessage = async (values) => {
67
this.setState({
68
- 'modalConfirmLoading': true
+ modalConfirmLoading: true
69
})
70
try {
71
let offset = await request.post(`/topics/${this.state.topic}/data?clusterId=${this.state.clusterId}`, values);
@@ -76,7 +76,7 @@ class TopicInfo extends Component {
76
} finally {
77
78
modalVisible: false,
79
- modalConfirmLoading: true
+ modalConfirmLoading: false
80
});
81
}
82
0 commit comments