Bugfix: Creating amendments ./. empty supporters_id

This commit is contained in:
Tobias Hößl 2018-12-16 13:44:05 +01:00
parent 2c16d1893e
commit f15cb4d42e
No known key found for this signature in database
GPG Key ID: 1D780C7599C2D2A2
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@ export class AmendmentCreateWizardComponent extends BaseViewComponent {
state_id: [''],
recommendation_id: [''],
submitters_id: [],
supporters_id: [],
supporters_id: [[]],
origin: ['']
});
}