Skip to content

Commit

Permalink
fix(UI-1321): fix slack oauth edit (#984)
Browse files Browse the repository at this point in the history
  • Loading branch information
RonenMars authored Feb 11, 2025
1 parent 9aabea4 commit ceae242
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export const SlackIntegrationEditForm = () => (
integrationType={Integrations.slack}
schemas={{
[ConnectionAuthType.Socket]: slackIntegrationSchema,
[ConnectionAuthType.Oauth]: oauthSchema,
[ConnectionAuthType.OauthDefault]: oauthSchema,
}}
selectOptions={selectIntegrationSlack}
/>
Expand Down

0 comments on commit ceae242

Please sign in to comment.