Skip to content

Commit 7a6bb42

Browse files
DiverVMilmartyrk
authored andcommitted
update filter
1 parent 215e306 commit 7a6bb42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/ideation/components/topic-ideation/topic-ideation.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ export class TopicIdeationComponent {
137137

138138
if (age || gender || residence) {
139139
this.TopicIdeaService.setParam('demographics', JSON.stringify({
140-
...(age && { age }),
140+
...(age && { age: age.toString() }),
141141
...(gender && { gender }),
142142
...(residence && { residence })
143143
}));

0 commit comments

Comments
 (0)