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

Merge pull request #9959 from metabase/fix-admin-updates-page

Fix admin Settings updates page before version info is fetched :wrench:
parents 9f637335 14a6475b
Loading
......@@ -80,6 +80,7 @@ export default class SettingsUpdatesForm extends Component {
if (
!versionInfo ||
!versionInfo.latest ||
MetabaseUtils.compareVersions(
currentVersion,
versionInfo.latest.version,
......
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