UBER-653: open template folder that is enabled (#3573)

Signed-off-by: Vyacheslav Tumanov <me@slavatumanov.me>
This commit is contained in:
Vyacheslav Tumanov 2023-08-08 19:17:33 +05:00 committed by GitHub
parent 58dfa9d4a7
commit 50b19ad538
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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) {