agregado Scroll infinito para las encuestas
This commit is contained in:
@@ -1,5 +1,13 @@
|
||||
export const STATUS = {
|
||||
PUBLICADO:"Publicado",
|
||||
AGOTADO:"Agotado",
|
||||
BORRADOR:"Borrador"
|
||||
}
|
||||
|
||||
export const PRIVATESTATUS = {
|
||||
PUBLICADO:"Publicado",
|
||||
AGOTADO:"Agotado",
|
||||
BORRADOR:"Borrador",
|
||||
ELIMINADO:"Eliminado",
|
||||
BLOQUEADO:"Bloqueado"
|
||||
}
|
||||
Reference in New Issue
Block a user