fix adding message for topics (#2161)

This commit is contained in:
Robert Azizbekyan 2022-06-15 16:56:47 +04:00 committed by GitHub
parent 4ebc74212c
commit d859dd6b3f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -142,7 +142,7 @@ const SendMessage: React.FC = () => {
key: !key ? null : key, key: !key ? null : key,
content: !content ? null : content, content: !content ? null : content,
headers, headers,
partition, partition: !partition ? 0 : partition,
}, },
}); });
dispatch(fetchTopicDetails({ clusterName, topicName })); dispatch(fetchTopicDetails({ clusterName, topicName }));