Skip to content

Commit 193e000

Browse files
authored
Merge pull request #2267 from citizenos/#2034
update filter
2 parents 0352de2 + f1123fa commit 193e000

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)