From 1ef93d414f8275b23e0275fdff787333ca0b14c0 Mon Sep 17 00:00:00 2001 From: RomanTsukanov Date: Tue, 7 Jan 2025 13:57:48 +0400 Subject: [PATCH] Update the deprecation message --- packages/survey-core/src/question_matrixdynamic.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/survey-core/src/question_matrixdynamic.ts b/packages/survey-core/src/question_matrixdynamic.ts index 9c58a93734..05dd44d7ac 100644 --- a/packages/survey-core/src/question_matrixdynamic.ts +++ b/packages/survey-core/src/question_matrixdynamic.ts @@ -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;