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: 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"