mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 04:57:52 +00:00
Add new message for when user try to create a publication without image ou video
This commit is contained in:
@@ -100,6 +100,9 @@ export class HttpErrorHandle {
|
||||
case 'filessize':
|
||||
this.toastService._badRequest('Excedeu o limite de 20 MB!')
|
||||
break;
|
||||
case 'noFileSelected':
|
||||
this.toastService._badRequest('Selecione uma imagem ou vídeo')
|
||||
break;
|
||||
|
||||
default:
|
||||
this.toastService._badRequest('')
|
||||
|
||||
Reference in New Issue
Block a user