Skip to content

Commit

Permalink
[5.x] Entries Fieldtype: Hide tree view when using query scopes (#11484)
Browse files Browse the repository at this point in the history
  • Loading branch information
duncanmcclean authored Feb 21, 2025
1 parent b9b0fe8 commit 9142ed6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
:search="search"
:exclusions="exclusions"
:type="config.type"
:tree="tree"
:tree="config.query_scopes?.length > 0 ? null : tree"
@selected="selectionsUpdated"
@closed="close"
/>
Expand Down

0 comments on commit 9142ed6

Please sign in to comment.