Skip to content

Commit

Permalink
fix(coral): Use right parameter for getAivenServiceAccountDetails. (#…
Browse files Browse the repository at this point in the history
…1674)

Use right parameter for getAivenServiceAccountDetails.

Signed-off-by: Mirjam Aulbach <[email protected]>
  • Loading branch information
programmiri authored Aug 23, 2023
1 parent 84e3033 commit d0e99e2
Show file tree
Hide file tree
Showing 4 changed files with 250 additions and 176 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ const TopicAclRequest = () => {
aclType === "PRODUCER"
? topicProducerForm.watch("topicname")
: topicConsumerForm.watch("topicname");

useQuery<TopicTeam, Error>(
["topicTeam", selectedTopicName, selectedPatternType, aclType],
{
Expand Down
Loading

0 comments on commit d0e99e2

Please sign in to comment.