From 83394b08a6533915086031c5a58b73d4e3277b19 Mon Sep 17 00:00:00 2001 From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com> Date: Thu, 19 Dec 2024 20:17:26 +0100 Subject: [PATCH] Refactoring --- .../core/notification/prompt-dialog/prompt-dialog.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } }