diff --git a/packages/presentation/src/components/UsersPopup.svelte b/packages/presentation/src/components/UsersPopup.svelte
index 2a1f2bd7c2..5c18fa2721 100644
--- a/packages/presentation/src/components/UsersPopup.svelte
+++ b/packages/presentation/src/components/UsersPopup.svelte
@@ -52,10 +52,12 @@
-
+
{#each tabs as tab, i}
-
{ selected = i }}>
-
{/each}
-
+
{#if selected === 0}
@@ -114,42 +114,13 @@
diff --git a/plugins/task-resources/src/components/state/EditStatuses.svelte b/plugins/task-resources/src/components/state/EditStatuses.svelte
index 764d4832cc..567b604594 100644
--- a/plugins/task-resources/src/components/state/EditStatuses.svelte
+++ b/plugins/task-resources/src/components/state/EditStatuses.svelte
@@ -21,7 +21,7 @@
import type { Kanban, SpaceWithStates, State } from '@anticrm/task'
import task from '@anticrm/task'
import KanbanEditor from '../kanban/KanbanEditor.svelte'
- import { Icon, IconClose, Label, showPopup } from '@anticrm/ui'
+ import { Icon, IconClose, Label, showPopup, ActionIcon, ScrollBox } from '@anticrm/ui'
import { createEventDispatcher } from 'svelte'
import workbench from '@anticrm/workbench'
@@ -74,56 +74,26 @@
}
- { dispatch('close') }}/>
-
-