Skip to content
Snippets Groups Projects
Commit c06c2a3d authored by mechtelm's avatar mechtelm
Browse files

review dialog default target changed to u #209

parent 55b2ba59
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@ import {ReviewDialogData} from '../test-controller.interfaces';
})
export class ReviewDialogComponent {
reviewform = new FormGroup({
target: new FormControl ('b', Validators.required),
target: new FormControl ('u', Validators.required),
priority: new FormControl('', Validators.required),
tech: new FormControl(''),
content: new FormControl(''),
......
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