We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1553245 commit 6c8c06dCopy full SHA for 6c8c06d
apps/generator-cli/src/app/services/ui.service.ts
@@ -27,7 +27,7 @@ export class UIService {
27
new Separator(header),
28
new Separator(separator),
29
...rows.map((name: string, index: number) => ({
30
- name,
+ name: config.name,
31
short: config.rows[index].short,
32
value: config.rows[index].value,
33
})),
0 commit comments