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.
1 parent d883541 commit 840f7aaCopy full SHA for 840f7aa
src/app/modules/activities-management/components/create-activity/create-activity.component.ts
@@ -58,6 +58,7 @@ export class CreateActivityComponent implements OnInit {
58
this.store.dispatch(new UpdateActivity(activity));
59
} else {
60
this.store.dispatch(new CreateActivity(activityData));
61
+ this.activityForm.get('description').setValue('');
62
}
63
64
0 commit comments