Brandon Wortman
8 months ago
No known key found for this signature in database
GPG Key ID: C63DB7DA05AEC086
1 changed files with
1 additions and
1 deletions
-
apps/client/src/app/core/notification/prompt-dialog/prompt-dialog.component.ts
|
@ -41,6 +41,6 @@ export class GfPromptDialogComponent { |
|
|
this.discardLabel = aParams.discardLabel; |
|
|
this.discardLabel = aParams.discardLabel; |
|
|
this.title = aParams.title; |
|
|
this.title = aParams.title; |
|
|
this.valueLabel = aParams.valueLabel; |
|
|
this.valueLabel = aParams.valueLabel; |
|
|
this.value = this.defaultValue; |
|
|
this.value = aParams.defaultValue; |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|