Skip to content

Commit

Permalink
fix(KNO-7658): fix return type of updateConnectedChannels (#752)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmikolay authored Jan 17, 2025
1 parent 3f4ad96 commit 5de2589
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/sdks/react/reference.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -1063,7 +1063,7 @@ This hook returns partial data about the Slack channels that are present on the
/>
<Attribute
name="updateConnectedChannels"
type="(connectedChannels: SlackChannelConnection[]) => void;"
type="(connectedChannels: SlackChannelConnection[]) => Promise<void>;"
description="Function to set the connected channels. Updates all connected channels for the object, does not add to the current ones."
/>
<Attribute
Expand Down

0 comments on commit 5de2589

Please sign in to comment.