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 41e3a23 commit 32a4c0aCopy full SHA for 32a4c0a
src/app/ideation/components/topic-ideation/topic-ideation.component.ts
@@ -137,7 +137,7 @@ export class TopicIdeationComponent {
137
138
if (age || gender || residence) {
139
this.TopicIdeaService.setParam('demographics', JSON.stringify({
140
- ...(age && { age }),
+ ...(age && { age: age.toString() }),
141
...(gender && { gender }),
142
...(residence && { residence })
143
}));
0 commit comments