mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-11 20:27:43 +02:00
UBER-853 Wiki application navigation (#3731)
Signed-off-by: Alexander Onnikov <alexander.onnikov@xored.com>
This commit is contained in:
@@ -184,7 +184,7 @@
|
||||
|
||||
function chooseIcon (ev: MouseEvent) {
|
||||
const icons = [tracker.icon.Home, tracker.icon.RedCircle]
|
||||
showPopup(IconPicker, { icon, color, icons, emoji: tracker.component.IconWithEmoji }, 'top', (result) => {
|
||||
showPopup(IconPicker, { icon, color, icons, iconWithEmoji: tracker.component.IconWithEmoji }, 'top', (result) => {
|
||||
if (result !== undefined && result !== null) {
|
||||
icon = result.icon
|
||||
color = result.color
|
||||
|
||||
Reference in New Issue
Block a user