Skip to content

Commit

Permalink
UBER-427: disable third-nested filters (#3502)
Browse files Browse the repository at this point in the history
Signed-off-by: Vyacheslav Tumanov <[email protected]>
  • Loading branch information
ThetaDR authored and annano committed Aug 24, 2023
1 parent eef6687 commit b0841bf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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)}
Expand Down

0 comments on commit b0841bf

Please sign in to comment.