disable produce message button if cluster is readOnly (#2077)
This commit is contained in:
parent
c42858e722
commit
eb9aeef2d1
1 changed files with 1 additions and 0 deletions
|
@ -113,6 +113,7 @@ const Details: React.FC<Props> = ({
|
|||
buttonSize="M"
|
||||
buttonType="primary"
|
||||
to={`../${clusterTopicSendMessageRelativePath}`}
|
||||
disabled={isReadOnly}
|
||||
>
|
||||
Produce Message
|
||||
</Button>
|
||||
|
|
Loading…
Add table
Reference in a new issue