Skip to content

Commit 02c5160

Browse files
committed
add empty question for draft
1 parent 4230cf9 commit 02c5160

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)