Skip to content

Commit

Permalink
fix(answerConfigurationId): remove internal tag
Browse files Browse the repository at this point in the history
  • Loading branch information
dmgauthier committed Jan 31, 2025
1 parent 192cf67 commit c71a740
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@ export class AtomicGeneratedAnswer implements InitializableComponent {
@Prop() maxCollapsedHeight = this.DEFAULT_COLLAPSED_HEIGHT;

/**
* @internal
* The unique identifier of the answer configuration to use to generate the answer.
*/
@Prop() answerConfigurationId?: string;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ export default class QuanticGeneratedAnswer extends LightningElement {
*/
@api withToggle = false;
/**
* @internal
* The unique identifier of the answer configuration to use to generate the answer.
* @type {string}
*/
Expand Down

0 comments on commit c71a740

Please sign in to comment.