mirror of
https://github.com/hcengineering/platform.git
synced 2025-04-13 03:40:48 +00:00
Fix subtitle in EditCandidate (#188)
Signed-off-by: Alexander Platov <sas_lord@mail.ru>
This commit is contained in:
parent
f561be69ca
commit
ed3954e5da
@ -49,9 +49,9 @@
|
||||
|
||||
<Panel icon={Contact} title={object.firstName + ' ' + object.lastName} {object} on:close={() => { dispatch('close') }}>
|
||||
<svelte:fragment slot="subtitle">
|
||||
<div class="flex-row-reverse" style="width: 100%">
|
||||
<Channels value={object.channels}/>
|
||||
<div class="flex-between flex-reverse" style="width: 100%">
|
||||
<CircleButton icon={Edit} label={'Edit'} on:click={(ev) => showPopup(SocialEditor, { values: object.channels ?? [] }, ev.target, (result) => { saveChannels(result) })} />
|
||||
<Channels value={object.channels}/>
|
||||
</div>
|
||||
</svelte:fragment>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user