Employee email channel (#2711)

Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
This commit is contained in:
Denis Bykhov
2023-03-06 15:51:41 +07:00
committed by GitHub
parent 5696f216ca
commit 3179d122b8
9 changed files with 114 additions and 24 deletions
@@ -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}