mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-02 04:06:47 +00:00
fix(nc-gui): pr review changes
This commit is contained in:
@@ -456,9 +456,7 @@ onKeyStroke('ArrowDown', onDown)
|
||||
class="w-full flex gap-3 items-center"
|
||||
>
|
||||
<GeneralUserIcon
|
||||
:email="collaboratorsMap.get(integration.created_by)?.email"
|
||||
:name="collaboratorsMap.get(integration.created_by)?.display_name"
|
||||
:meta="collaboratorsMap.get(integration.created_by)?.meta"
|
||||
:user="collaboratorsMap.get(integration.created_by)"
|
||||
size="base"
|
||||
class="flex-none"
|
||||
:class="{
|
||||
|
||||
Reference in New Issue
Block a user