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 3940fc162..4f0c36005 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 @@ -40,7 +40,7 @@ export class GfPromptDialogComponent { this.defaultValue = aParams.defaultValue; this.discardLabel = aParams.discardLabel; this.title = aParams.title; - this.valueLabel = aParams.valueLabel; this.value = aParams.defaultValue; + this.valueLabel = aParams.valueLabel; } }