disable produce message button if cluster is readOnly (#2077)

This commit is contained in:
Robert Azizbekyan 2022-05-31 19:04:33 +04:00 committed by GitHub
parent c42858e722
commit eb9aeef2d1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -113,6 +113,7 @@ const Details: React.FC<Props> = ({
buttonSize="M"
buttonType="primary"
to={`../${clusterTopicSendMessageRelativePath}`}
disabled={isReadOnly}
>
Produce Message
</Button>