Skip to content

Commit

Permalink
fix(ui): connection create, re-up integration list (#3479)
Browse files Browse the repository at this point in the history
## Changes

- Re-up ability to see integration list in the Connect UI
  • Loading branch information
bodinsamuel authored Feb 7, 2025
1 parent 715b951 commit d607004
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/webapp/src/pages/Connection/Create.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ export const ConnectionCreate: React.FC = () => {
</PopoverContent>
</Popover>

<Button onClick={onClickConnectUI} size="lg" disabled={!integration}>
<Button onClick={onClickConnectUI} size="lg">
Authorize
</Button>
</div>
Expand Down

0 comments on commit d607004

Please sign in to comment.