Merge pull request #4209 from GabrielInTheWorld/fix-4116

Fixes #4116
This commit is contained in:
Sean 2019-01-29 16:26:15 +01:00 committed by GitHub
commit aa58572709
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -758,7 +758,8 @@ export class MotionDetailComponent extends BaseViewComponent implements OnInit {
this.dialogService.open(MotionChangeRecommendationComponent, { this.dialogService.open(MotionChangeRecommendationComponent, {
height: '400px', height: '400px',
width: '600px', width: '600px',
data: data data: data,
disableClose: true
}); });
} }