Skip to content

Commit

Permalink
Roxana/platint 4015 2 pr (#1319)
Browse files Browse the repository at this point in the history
  • Loading branch information
cosminendava authored Apr 5, 2024
1 parent 8821b68 commit 8e06f33
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -680,9 +680,6 @@ export default class DataMappingStep extends LightningElement {
const errorMessage = getErrorMessage(error);
this.showToast(errorMessage, 'error');
} finally {
this.activeObject = 'customer';
this.activeObjectDescription = this.ACTIVE_OBJECT_INFO[this.activeObject]['description'];
this.activeObjectAlerts = this.ACTIVE_OBJECT_INFO[this.activeObject]['alerts'];
DebugLog('activeMappings', this.activeStripeObjectMappings);
}
}
Expand Down

0 comments on commit 8e06f33

Please sign in to comment.