mirror of
https://github.com/hcengineering/platform.git
synced 2024-11-22 21:50:34 +03:00
parent
808854169a
commit
aab349b9b5
@ -107,7 +107,7 @@
|
||||
<EditBox placeholder="John" bind:value={newValue.firstName} on:input={isChanged}/>
|
||||
<EditBox placeholder="Appleseed" bind:value={newValue.lastName} on:input={isChanged}/>
|
||||
</div>
|
||||
<div class="title"><EditBox placeholder="Los Angeles" bind:value={newValue.city} on:input={isChanged}/></div>
|
||||
<div class="title"><EditBox placeholder="Location" bind:value={newValue.city} on:input={isChanged}/></div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="abs-lb-content">
|
||||
|
Loading…
Reference in New Issue
Block a user