Skip to content

Commit

Permalink
Hot Fix : Faq creation fix (#1794)
Browse files Browse the repository at this point in the history
  • Loading branch information
rkuffer authored Nov 25, 2024
1 parent aa4ab87 commit 82a1299
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,8 @@ export class FaqManagementComponent implements OnInit, OnDestroy {
}

addFaq(initQuestion?: string, initAnswer?: string) {
this.closeSidePanel();

this.faqEdit = {
id: undefined,
intentId: undefined,
Expand All @@ -238,7 +240,6 @@ export class FaqManagementComponent implements OnInit, OnDestroy {
this.faqEdit._initQuestion = initQuestion;
}

this.closeSidePanel();
this.isSidePanelOpen.edit = true;
}

Expand Down

0 comments on commit 82a1299

Please sign in to comment.