Skip to content
Snippets Groups Projects
Commit 6a8ccd2f authored by Cam Saul's avatar Cam Saul Committed by GitHub
Browse files

Merge pull request #5850 from metabase/fix-typo

Fix typo in the no-preview-display analyzer
parents 5620de94 336bc488
Branches
Tags
No related merge requests found
......@@ -17,4 +17,4 @@
(when-let [average-length (get-in fingerprint [:type :type/Text :average-length])]
(when (> average-length average-length-no-preview-threshold)
(assoc field
:npreview_display false)))))
:preview_display false)))))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment