diff --git a/apps/client/src/app/core/notification/prompt-dialog/prompt-dialog.component.ts b/apps/client/src/app/core/notification/prompt-dialog/prompt-dialog.component.ts index 86995abb9..3940fc162 100644 --- a/apps/client/src/app/core/notification/prompt-dialog/prompt-dialog.component.ts +++ b/apps/client/src/app/core/notification/prompt-dialog/prompt-dialog.component.ts @@ -41,6 +41,6 @@ export class GfPromptDialogComponent { this.discardLabel = aParams.discardLabel; this.title = aParams.title; this.valueLabel = aParams.valueLabel; - this.value = this.defaultValue; + this.value = aParams.defaultValue; } }