Skip to content

Commit

Permalink
feat(headless): Add answerConfigId to the InsightInterface to be supp…
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonMilord authored Jan 24, 2025
1 parent 5e06b8b commit 4678a59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ export interface InsightInterface {
facets: Facet[];
tabs: Tab[];
settings: SettingsSection;
answerConfigId?: string;
}

interface InsightResultTemplate {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ describe('insight interface slice', () => {
},
},
},
answerConfigId: '123',
},
},
};
Expand Down

0 comments on commit 4678a59

Please sign in to comment.