mirror of
https://github.com/hcengineering/platform.git
synced 2025-04-22 16:27:22 +00:00
StatesBar Fix (#841)
Signed-off-by: Denis Bykhov <80476319+BykhovDenis@users.noreply.github.com>
This commit is contained in:
parent
122f57d648
commit
6f9853ca4c
@ -17,6 +17,7 @@
|
|||||||
import { Ref, SortingOrder } from '@anticrm/core'
|
import { Ref, SortingOrder } from '@anticrm/core'
|
||||||
import { createQuery } from '@anticrm/presentation'
|
import { createQuery } from '@anticrm/presentation'
|
||||||
import task, { SpaceWithStates, State } from '@anticrm/task'
|
import task, { SpaceWithStates, State } from '@anticrm/task'
|
||||||
|
import { getPlatformColor } from '@anticrm/ui'
|
||||||
import { createEventDispatcher, onDestroy, onMount } from 'svelte'
|
import { createEventDispatcher, onDestroy, onMount } from 'svelte'
|
||||||
import StatesBarElement from './StatesBarElement.svelte'
|
import StatesBarElement from './StatesBarElement.svelte'
|
||||||
import { getPlatformColor } from '@anticrm/ui'
|
import { getPlatformColor } from '@anticrm/ui'
|
||||||
|
Loading…
Reference in New Issue
Block a user