mirror of
https://github.com/hcengineering/platform.git
synced 2024-12-27 21:43:20 +03:00
bring John back
Signed-off-by: Andrey Platov <andrey@hardcoreeng.com>
This commit is contained in:
parent
d102f00c5c
commit
b564be40a9
@ -99,7 +99,7 @@
|
||||
<div class="avatar" on:click|stopPropagation={() => showModal(AvatarEditor, { label: 'Profile photo' })}><User /></div>
|
||||
<div class="flex-col">
|
||||
<div class="name">
|
||||
<EditBox placeholder="Jonny" bind:value={newValue.firstName} on:input={isChanged}/>
|
||||
<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>
|
||||
|
Loading…
Reference in New Issue
Block a user