Skip to content

Commit

Permalink
Fix anonymous stats typo in 49 (#40721)
Browse files Browse the repository at this point in the history
  • Loading branch information
WiNloSt committed Mar 28, 2024
1 parent 8fb857b commit 4b83b88
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions src/metabase/analytics/stats.clj
Expand Up @@ -145,10 +145,10 @@
:appearance_site_name (not= (public-settings/site-name) "Metabase")
:appearance_help_link (public-settings/help-link)
:appearance_logo (not= (public-settings/application-logo-url) "app/assets/img/logo.svg")
:appareance_favicon (not= (public-settings/application-favicon-url) "app/assets/img/favicon.ico")
:apperance_loading_message (not= (public-settings/loading-message) :doing-science)
:appearance_favicon (not= (public-settings/application-favicon-url) "app/assets/img/favicon.ico")
:appearance_loading_message (not= (public-settings/loading-message) :doing-science)
:appearance_metabot_greeting (not (public-settings/show-metabot))
:apparerance_lighthouse_illustration (not (public-settings/show-lighthouse-illustration))
:appearance_lighthouse_illustration (not (public-settings/show-lighthouse-illustration))
:appearance_ui_colors (appearance-ui-colors-changed?)
:appearance_chart_colors (appearance-chart-colors-changed?)
:appearance_show_mb_links (not (public-settings/show-metabase-links))})
Expand Down
12 changes: 6 additions & 6 deletions test/metabase/analytics/stats_test.clj
Expand Up @@ -91,10 +91,10 @@
:appearance_site_name false
:appearance_help_link :metabase
:appearance_logo false
:appareance_favicon false
:apperance_loading_message false
:appearance_favicon false
:appearance_loading_message false
:appearance_metabot_greeting false
:apparerance_lighthouse_illustration false
:appearance_lighthouse_illustration false
:appearance_ui_colors false
:appearance_chart_colors false
:appearance_show_mb_links false}
Expand Down Expand Up @@ -135,10 +135,10 @@
:appearance_site_name true
:appearance_help_link :hidden
:appearance_logo true
:appareance_favicon true
:apperance_loading_message true
:appearance_favicon true
:appearance_loading_message true
:appearance_metabot_greeting true
:apparerance_lighthouse_illustration true
:appearance_lighthouse_illustration true
:appearance_ui_colors true
:appearance_chart_colors false
:appearance_show_mb_links true}
Expand Down

0 comments on commit 4b83b88

Please sign in to comment.