mirror of
https://github.com/hcengineering/platform.git
synced 2024-11-23 14:06:00 +03:00
UBER-427: disable third-nested filters (#3502)
Signed-off-by: Vyacheslav Tumanov <me@slavatumanov.me>
This commit is contained in:
parent
24bd30f5a0
commit
ba6a3e8638
@ -293,7 +293,7 @@
|
||||
{/if}
|
||||
{#await getTypes(_class, nestedFrom) then types}
|
||||
{#each types as type, i}
|
||||
{#if filter === undefined && hasNested(type)}
|
||||
{#if filter === undefined && hasNested(type) && nestedFrom === undefined}
|
||||
<Submenu
|
||||
bind:element={elements[i]}
|
||||
on:keydown={(event) => keyDown(event, i)}
|
||||
|
Loading…
Reference in New Issue
Block a user