Skip to content

Commit d0e99e2

Browse files
authored
fix(coral): Use right parameter for getAivenServiceAccountDetails. (#1674)
Use right parameter for getAivenServiceAccountDetails. Signed-off-by: Mirjam Aulbach <mirjam.aulbach@aiven.io>
1 parent 84e3033 commit d0e99e2

4 files changed

Lines changed: 250 additions & 176 deletions

File tree

coral/src/app/features/topics/acl-request/TopicAclRequest.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ const TopicAclRequest = () => {
8989
aclType === "PRODUCER"
9090
? topicProducerForm.watch("topicname")
9191
: topicConsumerForm.watch("topicname");
92+
9293
useQuery<TopicTeam, Error>(
9394
["topicTeam", selectedTopicName, selectedPatternType, aclType],
9495
{

0 commit comments

Comments
 (0)