Skip to content
Snippets Groups Projects
Commit 3366520f authored by Marlène SIMONDANT's avatar Marlène SIMONDANT
Browse files

cleanup

parent b06ffec7
No related branches found
No related tags found
1 merge request!983feat(dashboard) : create dashboard !
Pipeline #124471 passed
......@@ -90,7 +90,6 @@ export class OrientationDetailsComponent implements OnInit {
}
public acknowledgeNewOrientation(): void {
console.log(this.from);
if (this.orientation.status === 'new' && this.from === 'todoOrientations') {
this.patchOrientation({ status: 'waiting', action: 'defineAppointment' });
}
......@@ -105,9 +104,6 @@ export class OrientationDetailsComponent implements OnInit {
}
get isValidateDisabled(): boolean {
console.log(this.selectedStatus);
console.log(this.commentTextarea?.value?.trim());
console.log(!this.selectedStatus || !this.commentTextarea?.value?.trim());
return !this.selectedStatus || !this.commentTextarea?.value?.trim();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment