From 1fb8db2972d575e858b38a3430fc32ed76f2717d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=A4fer?= Date: Sat, 8 Dec 2018 12:46:51 +0100 Subject: [PATCH 1/2] Bind name to name instead of model Apparently this slipped through somehow in https://github.com/Human-Connection/Nitro-Web/pull/13 --- styleguide/src/system/components/data-input/Input/Input.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styleguide/src/system/components/data-input/Input/Input.vue b/styleguide/src/system/components/data-input/Input/Input.vue index 0b99ce98e..22b7cbb42 100755 --- a/styleguide/src/system/components/data-input/Input/Input.vue +++ b/styleguide/src/system/components/data-input/Input/Input.vue @@ -13,7 +13,7 @@ iconRight && `ds-input-has-icon-right` ]" :id="id" - :name="model" + :name="name" :type="type" :autofocus="autofocus" :placeholder="placeholder" From d7b9dc1b23b6c1b64683e10d445bb23b56052497 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=A4fer?= Date: Sat, 8 Dec 2018 13:23:49 +0100 Subject: [PATCH 2/2] No need to call xip.io anymore After https://github.com/Human-Connection/Nitro-Backend/pull/61 the xip.io URL has become obsolete --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index f6ce6ff93..af6ad1cb7 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -15,7 +15,7 @@ services: command: yarn run dev environment: - HOST=0.0.0.0 - - BACKEND_URL=http://backend.127.0.0.1.xip.io:4000 + - BACKEND_URL=http://backend:4000 networks: hc-network: