Skip to content

Commit

Permalink
Don't include browse filter user setting here
Browse files Browse the repository at this point in the history
  • Loading branch information
rafpaf committed May 2, 2024
1 parent 9c65995 commit 7ad4614
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/metabase/models/user.clj
Original file line number Diff line number Diff line change
Expand Up @@ -510,14 +510,6 @@
:type :boolean
:default true)

(defsetting browse-filter-only-verified-models
(deferred-tru "User preference for whether the 'Browse models' page should be filtered to show only verified models.")
:user-local :only
:export? false
:visibility :authenticated
:type :boolean
:default true)

;;; ## ------------------------------------------ AUDIT LOG ------------------------------------------

(defmethod audit-log/model-details :model/User
Expand Down

0 comments on commit 7ad4614

Please sign in to comment.