Skip to content

Commit f685a33

Browse files
authored
Merge pull request #2283 from citizenos/#1685
Fix: Idea gathering topic becomes a discussion topic if saved without a question [#1685]
2 parents 054c7de + 02c5160 commit f685a33

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -438,6 +438,7 @@ export class IdeationCreateComponent
438438
.pipe(take(1))
439439
.subscribe(() => {
440440
if (!this.ideation.id) {
441+
this.ideation.question = ' ';
441442
this.createIdeation();
442443
} else if (
443444
[

0 commit comments

Comments
 (0)