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.
2 parents d883541 + 840f7aa commit 4bf695eCopy full SHA for 4bf695e
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