TSK-651: Fix Team editing (#2611)

Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
Andrey Sobolev
2023-02-09 23:50:30 +07:00
committed by GitHub
parent 0e12e73172
commit 0f503edccb
33 changed files with 382 additions and 398 deletions
@@ -21,8 +21,12 @@
export let value: WithLookup<Project>
export let withIcon = false
export let onClick: () => void | undefined
export let isInteractive = true
function navigateToProject () {
if (!isInteractive) {
return
}
if (onClick) {
onClick()
}