Merge branch 'master' into locations

This commit is contained in:
Grzegorz Leoniec 2018-12-08 14:45:16 +01:00 committed by GitHub
commit d1d1b1dfc9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -13,7 +13,7 @@
iconRight && `ds-input-has-icon-right`
]"
:id="id"
:name="model"
:name="name"
:type="type"
:autofocus="autofocus"
:placeholder="placeholder"