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.
2 parents 0352de2 + f1123fa commit 193e000Copy full SHA for 193e000
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