This commit is contained in:
tiago.kayaya
2021-04-30 14:45:08 +01:00
18 changed files with 237 additions and 84 deletions
@@ -208,7 +208,8 @@ export class EditEventComponent implements OnInit {
cssClass: 'modal-width-100-width-background modal',
componentProps: {
type: 'AccoesPresidenciais & ArquivoDespachoElect',
showSearchInput: true
showSearchInput: true,
select: true,
}
});
await modal.present();
@@ -133,7 +133,8 @@ export class NewEventPage implements OnInit {
cssClass: 'modal-width-100-width-background modal',
componentProps: {
type: 'AccoesPresidenciais & ArquivoDespachoElect',
showSearchInput: true
showSearchInput: true,
select: true
}
});
await modal.present();