dmencu 0.2.1 → 0.2.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -867,7 +867,6 @@ function TextoDespliegue(props:{casillero:Texto, forPk:ForPk}){
867
867
  // var nuevaForPk={...forPk, formulario:idFormularioDestino};
868
868
  // nuevaForPk[nuevoCampoPk] = defBoton.num
869
869
  dispatch(dispatchers.CAMBIAR_FORMULARIO({forPk:defBoton.forPk, apilarVuelta:true}));
870
- dispatchByPass(accion_abrir_formulario,{forPk:defBoton.forPk})
871
870
  }
872
871
  return <DesplegarCasillero
873
872
  id={`${id}-externo`}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "dmencu",
3
3
  "description": "DM Encu - Encuestas en dispositivo móvil",
4
- "version": "0.2.1",
4
+ "version": "0.2.3",
5
5
  "author": "Codenautas <codenautas@googlegroups.com>",
6
6
  "license": "MIT",
7
7
  "main": "dist/server/server/app-dmencu.js",