ruleset fix
This commit is contained in:
parent
8b5c014143
commit
240c590581
@ -104,7 +104,7 @@ export class AddEditProjectDialogComponent {
|
||||
projectName: this.projectForm.get('projectName').value,
|
||||
description: this.projectForm.get('description').value,
|
||||
dueDate: this.hasDueDate ? this.projectForm.get('dueDate').value : undefined,
|
||||
ruleSetId: this.projectForm.get('ruleSet').value,
|
||||
ruleSetId: this.projectForm.get('ruleSetId').value,
|
||||
downloadFileTypes: this.projectForm.get('downloadFileTypes').value,
|
||||
reportTypes: this.projectForm.get('reportTypes').value
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user