Skip to content

Commit

Permalink
comment added
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriele Panico committed Nov 8, 2023
1 parent d508e6e commit 07d5c7e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,7 @@ export class CdsIntentComponent implements OnInit, OnDestroy, OnChanges {
if(!this.actionIntent){
this.actionIntent = this.intentService.createNewAction(TYPE_ACTION.INTENT);
}
// set __isLast as true only for the last 'intent' action type in the list
this.actionIntent['__isLast'] = true;
this.intent.actions.push(this.actionIntent);
// this.intent.actions = this.intent.actions.map(function(action) {
Expand Down

0 comments on commit 07d5c7e

Please sign in to comment.