Skip to content

Commit 840f7aa

Browse files
committed
fix: #167 fix error on save activities
1 parent d883541 commit 840f7aa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/app/modules/activities-management/components/create-activity/create-activity.component.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ export class CreateActivityComponent implements OnInit {
5858
this.store.dispatch(new UpdateActivity(activity));
5959
} else {
6060
this.store.dispatch(new CreateActivity(activityData));
61+
this.activityForm.get('description').setValue('');
6162
}
6263
}
6364

0 commit comments

Comments
 (0)