mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
Bind name to name instead of model
Apparently this slipped through somehow in https://github.com/Human-Connection/Nitro-Web/pull/13
This commit is contained in:
parent
987fa33d58
commit
1fb8db2972
@ -13,7 +13,7 @@
|
|||||||
iconRight && `ds-input-has-icon-right`
|
iconRight && `ds-input-has-icon-right`
|
||||||
]"
|
]"
|
||||||
:id="id"
|
:id="id"
|
||||||
:name="model"
|
:name="name"
|
||||||
:type="type"
|
:type="type"
|
||||||
:autofocus="autofocus"
|
:autofocus="autofocus"
|
||||||
:placeholder="placeholder"
|
:placeholder="placeholder"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user