mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-13 21:27:46 +02:00
Employee email channel (#2711)
Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
This commit is contained in:
@@ -128,7 +128,13 @@
|
||||
/>
|
||||
</div>
|
||||
<div class="separator" />
|
||||
<ChannelsEditor attachedTo={employee._id} attachedClass={employee._class} focusIndex={10} allowOpen={false} />
|
||||
<ChannelsEditor
|
||||
attachedTo={employee._id}
|
||||
attachedClass={employee._class}
|
||||
focusIndex={10}
|
||||
allowOpen={false}
|
||||
restricted={[contact.channelProvider.Email]}
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
{/if}
|
||||
|
||||
Reference in New Issue
Block a user