Skip to content

Commit

Permalink
feat(browser-extension): Fixed issue with CodeCatalyst enable/disable UI
Browse files Browse the repository at this point in the history
  • Loading branch information
Darran Boyd committed Nov 29, 2024
1 parent 10af055 commit 5294631
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ const Config: FC<ConfigProps> = ({ }) => {
...prev,
integrations: {
...prev.integrations,
[IntegrationTypes.CODEAMAZON]: {
...prev.integrations[IntegrationTypes.CODEAMAZON],
[IntegrationTypes.CODECATALYST]: {
...prev.integrations[IntegrationTypes.CODECATALYST],
enabled: detail.checked,
},
},
Expand Down

0 comments on commit 5294631

Please sign in to comment.