Skip to content

Commit

Permalink
removed unnecessary comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ydahal1 committed Mar 20, 2024
1 parent ee1561e commit aa296f3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ function IntegrationsTable({ allIntegrations }) {
// Handle integration active status change
const handleToggleIntegrationStatus = async ({ record, active, application_id }) => {
try {
await toggleIntegration({ integrationId: record.id, application_id, active }); //TODO - update
await toggleIntegration({ integrationId: record.id, application_id, active });

// dispatch below actions so redux store gets fresh data
dispatch(applicationActions.getAllActiveIntegrations());
Expand Down

0 comments on commit aa296f3

Please sign in to comment.