Skip to content

Commit

Permalink
fix(settings/integration): fix teams profile wrong status KMCNG-2603
Browse files Browse the repository at this point in the history
  • Loading branch information
amirch1 committed Apr 2, 2024
1 parent 37c0b51 commit 2ca3db5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,7 @@ export class TeamsComponent implements OnInit, OnDestroy {
.subscribe(
(profile: TeamsIntegration) => {
if (profile.objectType === 'KalturaAPIException') {
this._loadTeamsIntegrationProfiles();
this.displayError((profile as any).message, () => this.changeProfileStatus(profile, status));
} else {
this._logger.info(`handle successful status update for teams integration profiles`);
Expand Down

0 comments on commit 2ca3db5

Please sign in to comment.