Bugfix: Creating amendments ./. empty supporters_id
This commit is contained in:
parent
2c16d1893e
commit
f15cb4d42e
@ -127,7 +127,7 @@ export class AmendmentCreateWizardComponent extends BaseViewComponent {
|
||||
state_id: [''],
|
||||
recommendation_id: [''],
|
||||
submitters_id: [],
|
||||
supporters_id: [],
|
||||
supporters_id: [[]],
|
||||
origin: ['']
|
||||
});
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user