From 364fa73cc26e7972392894a7eb3bb45c5fcd760c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=A4fer?= Date: Thu, 6 Dec 2018 15:22:25 +0100 Subject: [PATCH] Fix merge accident --- 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 6d19c3956..4925547df 100644 --- 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="name" + :name="model" :type="type" :autofocus="autofocus" :placeholder="placeholder"