Skip to content
Snippets Groups Projects
Commit 5ec5fbda authored by Tom Robinson's avatar Tom Robinson
Browse files

Fix updates setting item badge

parent b0812b1e
No related branches found
No related tags found
No related merge requests found
......@@ -57,7 +57,7 @@ const MetabaseSettings = {
if (versionInfo) versionInfo = versionInfo.value;
return (versionInfo && currentVersion !== versionInfo.latest.version);
return (versionInfo && MetabaseUtils.compareVersions(currentVersion, versionInfo.latest.version) < 0);
},
passwordComplexity: function(capitalize) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment