Skip to content

Commit

Permalink
bug-fixed: question/form button in cds-intent canvas element not upda…
Browse files Browse the repository at this point in the history
…ted in realtime
  • Loading branch information
Gabriele Panico committed Nov 15, 2023
1 parent 8bb32d2 commit 6634499
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/app/chatbot-design-studio/services/intent.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -475,6 +475,9 @@ export class IntentService {
this.addIntentToUndoRedo('PUT', intentPrev, intent, [intentPrev], [intentNow]);
}
const response = this.updateIntent(intent);
if(response){
this.refreshIntent(intent)
}
}

/**
Expand Down

0 comments on commit 6634499

Please sign in to comment.