mirror of
https://github.com/hcengineering/platform.git
synced 2024-12-24 12:06:57 +03:00
remove Create new application card
Signed-off-by: Andrey Platov <andrey@hardcoreeng.com>
This commit is contained in:
parent
3eb640f0bc
commit
8ba32cc38f
@ -178,7 +178,7 @@
|
|||||||
dragCard.state = state._id
|
dragCard.state = state._id
|
||||||
}
|
}
|
||||||
}}>
|
}}>
|
||||||
<KanbanCardEmpty label={'Create new application'} />
|
<!-- <KanbanCardEmpty label={'Create new application'} /> -->
|
||||||
{#each objects as object, j}
|
{#each objects as object, j}
|
||||||
{#if object.state === state._id}
|
{#if object.state === state._id}
|
||||||
<div
|
<div
|
||||||
|
Loading…
Reference in New Issue
Block a user