Browse Source

Refactoring

pull/4117/head
Thomas Kaul 8 months ago
parent
commit
83394b08a6
  1. 2
      apps/client/src/app/core/notification/prompt-dialog/prompt-dialog.component.ts

2
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;
}
}

Loading…
Cancel
Save