diff --git a/src/app/modals/forward/forward.page.ts b/src/app/modals/forward/forward.page.ts index 06f9eac42..9ab745dfc 100644 --- a/src/app/modals/forward/forward.page.ts +++ b/src/app/modals/forward/forward.page.ts @@ -121,8 +121,8 @@ export class ForwardPage implements OnInit { Attachments: DocumentToSave, } - if(this.taskParticipants.length > 1){ - this.toastService.badRequest("Selecione apenas um destinatário"); + if(this.taskParticipants.length < 1){ + this.toastService.badRequest("Selecione um destinatário"); } else {