Skip to content

Commit

Permalink
Update the deprecation message
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanTsukanov committed Jan 7, 2025
1 parent b51a2dd commit 1ef93d4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/survey-core/src/question_matrixdynamic.ts
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,8 @@ export class QuestionMatrixDynamicModel extends QuestionMatrixDropdownModelBase
this.setPropertyValue("copyDefaultValueFromLastEntry", val);
}
/**
* @deprecated Use the [`copyDefaultValueFromLastEntry`](#copyDefaultValueFromLastEntry) property instead.
* Obsolete. Use the [`copyDefaultValueFromLastEntry`](https://surveyjs.io/form-library/documentation/api-reference/dynamic-matrix-table-question-model#copyDefaultValueFromLastEntry) property instead.
* @deprecated
*/
public get defaultValueFromLastRow(): boolean {
return this.copyDefaultValueFromLastEntry;
Expand Down

0 comments on commit 1ef93d4

Please sign in to comment.