mirror of
https://github.com/hcengineering/platform.git
synced 2025-04-13 03:40:48 +00:00
UBER-653: open template folder that is enabled (#3573)
Signed-off-by: Vyacheslav Tumanov <me@slavatumanov.me>
This commit is contained in:
parent
58dfa9d4a7
commit
50b19ad538
@ -28,7 +28,7 @@
|
||||
})
|
||||
|
||||
$: if (folder === undefined && folders.length > 0) {
|
||||
folder = folders[0]
|
||||
folder = folders.filter((f) => hasResource(f.icon))[0]
|
||||
}
|
||||
|
||||
function select (item: KanbanTemplateSpace) {
|
||||
|
Loading…
Reference in New Issue
Block a user