mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-10 11:47:42 +02:00
UBERF-6464: update activity mentions display (#5339)
This commit is contained in:
@@ -223,6 +223,7 @@ const view = plugin(viewId, {
|
||||
Star: '' as Asset,
|
||||
Eye: '' as Asset,
|
||||
EyeCrossed: '' as Asset,
|
||||
Bubble: '' as Asset,
|
||||
CheckCircle: '' as Asset,
|
||||
Add: '' as Asset,
|
||||
Image: '' as Asset,
|
||||
|
||||
@@ -778,3 +778,5 @@ export interface IconProps {
|
||||
icon?: Asset
|
||||
color?: number
|
||||
}
|
||||
|
||||
export type ObjectPresenterType = 'link' | 'text'
|
||||
|
||||
Reference in New Issue
Block a user